aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2023-02-22 19:15:54 +0000
committerRaven Szewczyk <git@eigenraven.me>2023-02-22 19:15:54 +0000
commit37989a1a606fe0ef8f8ba8c32d51d3bb465a4a86 (patch)
tree6cfee86fdd8f3397b7d7899d77accb42ff337ba1 /gradlew
parent01d57bbc04bcc4ee752feae6dd4c07bba6e59dd8 (diff)
downloadGT5-Unofficial-37989a1a606fe0ef8f8ba8c32d51d3bb465a4a86.tar.gz
GT5-Unofficial-37989a1a606fe0ef8f8ba8c32d51d3bb465a4a86.tar.bz2
GT5-Unofficial-37989a1a606fe0ef8f8ba8c32d51d3bb465a4a86.zip
Update buildscript, fix missing windows gradle wrapper
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradlew b/gradlew
index 79a61d421c..65dcd68d65 100755
--- a/gradlew
+++ b/gradlew
@@ -144,7 +144,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
- # shellcheck disable=SC3045
+ # shellcheck disable=SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
@@ -152,7 +152,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
- # shellcheck disable=SC3045
+ # shellcheck disable=SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac