aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-11 21:52:12 +0100
committerxander <xander@isxander.dev>2022-09-11 21:52:12 +0100
commit5e0574b1cb6ef22bf70ce52a0c0e187450189c6c (patch)
tree58bceadeac982cb4e3853d1d81332c51e855f04e /gradlew
parent20132e61aaa18849e46c7a3f4e28ec163585dc0c (diff)
downloadYetAnotherConfigLib-5e0574b1cb6ef22bf70ce52a0c0e187450189c6c.tar.gz
YetAnotherConfigLib-5e0574b1cb6ef22bf70ce52a0c0e187450189c6c.tar.bz2
YetAnotherConfigLib-5e0574b1cb6ef22bf70ce52a0c0e187450189c6c.zip
1.1.0
better search - now searches every category rather than the current one option flags - flags are pieces of code ran when certain options' changes are applied (makes required restart redundant) fix scaling problems - make GUI a lot better at scaling bump gradle wrapper
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew6
1 files changed, 6 insertions, 0 deletions
diff --git a/gradlew b/gradlew
index 1b6c787..a69d9cb 100755
--- a/gradlew
+++ b/gradlew
@@ -205,6 +205,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain \
"$@"
+# Stop when "xargs" is not available.
+if ! command -v xargs >/dev/null 2>&1
+then
+ die "xargs is not available"
+fi
+
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.