summaryrefslogtreecommitdiffstats
path: root/tools/copydlldeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/copydlldeps.sh')
-rwxr-xr-xtools/copydlldeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/copydlldeps.sh b/tools/copydlldeps.sh
index e97435d..b946e59 100755
--- a/tools/copydlldeps.sh
+++ b/tools/copydlldeps.sh
@@ -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