diff options
author | Janos Gyerik <janos.gyerik@sonarsource.com> | 2019-03-19 14:42:51 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-04-09 20:21:05 +0200 |
commit | abdf8f466dcc5e4229d5dd6d0174e244a5004ca1 (patch) | |
tree | 6623aa1d2c3a0fe421e2296e2dda6f12cceb59a8 /build.sh | |
parent | 322555079354081f2e194aaea8abf8e826dfece9 (diff) | |
download | sonarqube-abdf8f466dcc5e4229d5dd6d0174e244a5004ca1.tar.gz sonarqube-abdf8f466dcc5e4229d5dd6d0174e244a5004ca1.zip |
Double-quote variables used in command arguments in Bash
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ ./stop.sh -./gradlew build $* +./gradlew build "$@" |