More wrapping FWDIR in quotes.

This commit is contained in:
Reynold Xin 2014-07-30 13:04:20 -07:00
parent 95cf203936
commit 0feb349ea0
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ set -e
# Go to the Spark project root directory # Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)" FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR cd "$FWDIR"
echo -e "q\n" | sbt/sbt oldDeps/update echo -e "q\n" | sbt/sbt oldDeps/update

View file

@ -22,7 +22,7 @@
# Go to the Spark project root directory # Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)" FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR cd "$FWDIR"
COMMENTS_URL="https://api.github.com/repos/apache/spark/issues/$ghprbPullId/comments" COMMENTS_URL="https://api.github.com/repos/apache/spark/issues/$ghprbPullId/comments"

View file

@ -150,7 +150,7 @@ else
fi fi
# Build uber fat JAR # Build uber fat JAR
cd $FWDIR cd "$FWDIR"
export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m" export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"