You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/07/30 21:25:01 UTC

git commit: Wrap FWDIR in quotes.

Repository: spark
Updated Branches:
  refs/heads/master ff511bacf -> f2eb84fe7


Wrap FWDIR in quotes.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f2eb84fe
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f2eb84fe
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f2eb84fe

Branch: refs/heads/master
Commit: f2eb84fe737e6b06f5625640b209cf02f80732cf
Parents: ff511ba
Author: Reynold Xin <rx...@apache.org>
Authored: Wed Jul 30 12:24:35 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Wed Jul 30 12:24:35 2014 -0700

----------------------------------------------------------------------
 dev/run-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f2eb84fe/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index c95ef8a..f2b523b 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -19,7 +19,7 @@
 
 # Go to the Spark project root directory
 FWDIR="$(cd `dirname $0`/..; pwd)"
-cd $FWDIR
+cd "$FWDIR"
 
 if [ -z "$SBT_MAVEN_PROFILES" ]; then
   export SBT_MAVEN_PROFILES="-Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0"