summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 6a0b8db..ce7d144 100755
--- a/run.sh
+++ b/run.sh
@@ -174,7 +174,7 @@ case "$COMMAND" in
fi
if test -f build.gradle ; then
- gradle build ${GRADLE_CLI_OPTS:-x test}
+ gradle build ${GRADLE_CLI_OPTS:"-x test"}
skip_prepare=true
fi
if [[ $(ls ./*.sln 2> /dev/null) ]]; then