copydlldeps.sh: Fix syntax error (missing space)

This commit is contained in:
Gregorio Litenstein 2017-07-21 19:58:14 -04:00
parent 487359e283
commit c0ba8a7e27
1 changed files with 1 additions and 1 deletions

View File

@ -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