summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Poffenbarger <tpoffenbarger@gitlab.com>2020-01-29 21:22:40 +0000
committerTim Poffenbarger <tpoffenbarger@gitlab.com>2020-01-29 21:22:40 +0000
commitac728cf25fae3dadd7da1fea1f16ab6c9136d1ce (patch)
tree102c0bdcada8d8e249e5cfb864203921ec56ed0b
parent708be60d84c257d2ae8784d091c24a75c602f7c5 (diff)
Double-quote default GRADLE_CLI_OPTS to pass dash
-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