aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index c08093f46b..0a3283ecec 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -150,7 +150,7 @@ else
fi
# Build uber fat JAR
-cd $FWDIR
+cd "$FWDIR"
export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"