Skip to content
Snippets Groups Projects
Commit 95cf2039 authored by Reynold Xin's avatar Reynold Xin
Browse files

Wrap FWDIR in quotes in dev/check-license.

parent f2eb84fe
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment