diff options
author | Serhan <serhanduzce@gmail.com> | 2023-04-10 19:39:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 19:39:20 +0300 |
commit | ab518948c923b3242fe5f48a0bb5d2e873878108 (patch) | |
tree | 156a036e146b3c9be791ec7236476ff68d3c43ea /gradlew | |
parent | 7f9e88b5122ea0db2bc0f569ccb6d0d59bc27d7d (diff) | |
parent | 2766f4ac5150ab02e97860796fd536ced1d9dfbe (diff) | |
download | Skyblocker-ab518948c923b3242fe5f48a0bb5d2e873878108.tar.gz Skyblocker-ab518948c923b3242fe5f48a0bb5d2e873878108.tar.bz2 Skyblocker-ab518948c923b3242fe5f48a0bb5d2e873878108.zip |
Merge branch 'SkyblockerMod:master' into minor-updates
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |