aboutsummaryrefslogtreecommitdiffstats
path: root/gradlew
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-12 20:11:24 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-12 20:11:24 +0200
commit7343c8607ee25f54234010d44f2b372bdc386484 (patch)
treee72f3d4a211bff118388d1aa2f8093a2bde44d2b /gradlew
parentrefactor(frontend): move from Webpack to Vite (diff)
downloadrefinery-7343c8607ee25f54234010d44f2b372bdc386484.tar.gz
refinery-7343c8607ee25f54234010d44f2b372bdc386484.tar.zst
refinery-7343c8607ee25f54234010d44f2b372bdc386484.zip
chore(deps): bump dependencies
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew6
1 files changed, 6 insertions, 0 deletions
diff --git a/gradlew b/gradlew
index 1b6c7873..a69d9cb6 100755
--- a/gradlew
+++ b/gradlew
@@ -205,6 +205,12 @@ set -- \
205 org.gradle.wrapper.GradleWrapperMain \ 205 org.gradle.wrapper.GradleWrapperMain \
206 "$@" 206 "$@"
207 207
208# Stop when "xargs" is not available.
209if ! command -v xargs >/dev/null 2>&1
210then
211 die "xargs is not available"
212fi
213
208# Use "xargs" to parse quoted args. 214# Use "xargs" to parse quoted args.
209# 215#
210# With -n1 it outputs one arg per line, with the quotes and backslashes removed. 216# With -n1 it outputs one arg per line, with the quotes and backslashes removed.