aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-07-30 12:33:42 -0700
committerReynold Xin <rxin@apache.org>2014-07-30 12:33:42 -0700
commit95cf203936c412bc689bd2345fec7f9ad3648c25 (patch)
tree345dd60a206c11da897c99d4ff5e4d26b77c8324
parentf2eb84fe737e6b06f5625640b209cf02f80732cf (diff)
downloadspark-95cf203936c412bc689bd2345fec7f9ad3648c25.tar.gz
spark-95cf203936c412bc689bd2345fec7f9ad3648c25.tar.bz2
spark-95cf203936c412bc689bd2345fec7f9ad3648c25.zip
Wrap FWDIR in quotes in dev/check-license.
-rwxr-xr-xdev/check-license2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/check-license b/dev/check-license
index fbd2dd465b..7a603bf018 100755
--- a/dev/check-license
+++ b/dev/check-license
@@ -51,7 +51,7 @@ acquire_rat_jar () {
# Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)"
-cd $FWDIR
+cd "$FWDIR"
if test -x "$JAVA_HOME/bin/java"; then
declare java_cmd="$JAVA_HOME/bin/java"