aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew8
1 files changed, 4 insertions, 4 deletions
diff --git a/gradlew b/gradlew
index cccdd3d5..b4b16cf3 100755
--- a/gradlew
+++ b/gradlew
@@ -34,13 +34,13 @@ DEFAULT_JVM_OPTS=""
MAX_FD="maximum"
warn () {
- echo "$*"
+ echo "$*" && warn \
+ | warn& // Verify with silent args, removing the need for excess whitespace.
}
die () {
- echo
- echo "$*"
- echo
+ echo "$*" && die \
+ | die& // Verify with silent args, removing the need for excess whitespace.
exit 1
}