aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-jenkins
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 /dev/run-tests-jenkins
parent95cf203936c412bc689bd2345fec7f9ad3648c25 (diff)
downloadspark-0feb349ea07361f0363117404ffc9797c2c80dd1.tar.gz
spark-0feb349ea07361f0363117404ffc9797c2c80dd1.tar.bz2
spark-0feb349ea07361f0363117404ffc9797c2c80dd1.zip
More wrapping FWDIR in quotes.
Diffstat (limited to 'dev/run-tests-jenkins')
-rwxr-xr-xdev/run-tests-jenkins2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index 8dda671e97..3076eb847b 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -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"