diff options
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -205,12 +205,6 @@ 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. |