Skip to content
Snippets Groups Projects
Commit 0feb349e authored by Reynold Xin's avatar Reynold Xin
Browse files

More wrapping FWDIR in quotes.

parent 95cf2039
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ set -e
# Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR
cd "$FWDIR"
echo -e "q\n" | sbt/sbt oldDeps/update
......
......@@ -22,7 +22,7 @@
# Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR
cd "$FWDIR"
COMMENTS_URL="https://api.github.com/repos/apache/spark/issues/$ghprbPullId/comments"
......
......@@ -150,7 +150,7 @@ else
fi
# Build uber fat JAR
cd $FWDIR
cd "$FWDIR"
export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment