From 0feb349ea07361f0363117404ffc9797c2c80dd1 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Wed, 30 Jul 2014 13:04:20 -0700 Subject: More wrapping FWDIR in quotes. --- dev/mima | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/mima') 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 -- cgit v1.2.3