summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGregorio Litenstein <g.litenstein@gmail.com>2017-07-21 23:58:14 (GMT)
committerGregorio Litenstein <g.litenstein@gmail.com>2017-07-22 15:49:35 (GMT)
commitc0ba8a7e274b67ad994950b2c34b3c3a1aea4e5a (patch)
tree8b418be55a00d88006fb3dd7f5b2ea30cdcdf63c /tools
parent487359e28300ad5601379afac2cc347f8ba22d4d (diff)
downloadmxe-c0ba8a7e274b67ad994950b2c34b3c3a1aea4e5a.zip
mxe-c0ba8a7e274b67ad994950b2c34b3c3a1aea4e5a.tar.gz
mxe-c0ba8a7e274b67ad994950b2c34b3c3a1aea4e5a.tar.bz2
copydlldeps.sh: Fix syntax error (missing space)
Diffstat (limited to 'tools')
-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