aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-07-30 13:04:20 -0700
committerReynold Xin <rxin@apache.org>2014-07-30 13:04:20 -0700
commit0feb349ea07361f0363117404ffc9797c2c80dd1 (patch)
tree4e2e9dd5b14d183dab1847cc7d6572ed1cb8322b /make-distribution.sh
parent95cf203936c412bc689bd2345fec7f9ad3648c25 (diff)
downloadspark-0feb349ea07361f0363117404ffc9797c2c80dd1.tar.gz
spark-0feb349ea07361f0363117404ffc9797c2c80dd1.tar.bz2
spark-0feb349ea07361f0363117404ffc9797c2c80dd1.zip
More wrapping FWDIR in quotes.
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"