diff options
author | Julienraptor01 <julienraptor01@gmail.com> | 2023-04-07 00:50:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 00:50:18 +0200 |
commit | de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2 (patch) | |
tree | 2015098d5c1b0bcd0b0289253e540362b90c56b9 /gradlew | |
parent | 1ff677ec7f1afea7417a79bacd07192ed7f516e3 (diff) | |
parent | 38352b7ed91d988d7155e97a668fa01db7749b85 (diff) | |
download | Skyblocker-de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2.tar.gz Skyblocker-de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2.tar.bz2 Skyblocker-de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2.zip |
Merge branch 'master' into fix-tab-matching
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 |