aboutsummaryrefslogtreecommitdiff
path: root/dev/check-license
diff options
context:
space:
mode:
Diffstat (limited to '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"