From bb12f3e2ad74f9d4c89e1c7adab4d306fa87b101 Mon Sep 17 00:00:00 2001 From: trystanleftwich Date: Tue, 12 Jun 2018 14:44:33 +1000 Subject: [PATCH] [SPARK-24526][build] Spaces in the build dir causes failures in the build/mvn script --- build/mvn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mvn b/build/mvn index efa4f9364ea52..1405983982d4c 100755 --- a/build/mvn +++ b/build/mvn @@ -154,4 +154,4 @@ export MAVEN_OPTS=${MAVEN_OPTS:-"$_COMPILE_JVM_OPTS"} echo "Using \`mvn\` from path: $MVN_BIN" 1>&2 # Last, call the `mvn` command as usual -${MVN_BIN} -DzincPort=${ZINC_PORT} "$@" +"${MVN_BIN}" -DzincPort=${ZINC_PORT} "$@"