copydlldeps.sh: Fix syntax error (missing space)

pull/1836/head
Gregorio Litenstein 7 years ago
parent 487359e283
commit c0ba8a7e27

@ -221,7 +221,7 @@ if [ ! -z "$excludepattern" ]; then
excludePattern+=" ! -path *$( echo "$curString" | tr -d ' ' )* "
done
fi
if [ "$loglevel" -gt 1]; then
if [ "$loglevel" -gt 1 ]; then
echo "\$excluePattern: $excludePattern"
fi

Loading…
Cancel
Save