aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rwxr-xr-xdev/mima2
-rwxr-xr-xdev/run-tests-jenkins2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/mima b/dev/mima
index 7857294f61..4c3e65039b 100755
--- a/dev/mima
+++ b/dev/mima
@@ -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
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"