aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorJulienraptor01 <julienraptor01@gmail.com>2023-04-07 00:50:18 +0200
committerGitHub <noreply@github.com>2023-04-07 00:50:18 +0200
commitde9d2f3f210a5bb9aad3792666d14e3d5d75ebc2 (patch)
tree2015098d5c1b0bcd0b0289253e540362b90c56b9 /gradlew
parent1ff677ec7f1afea7417a79bacd07192ed7f516e3 (diff)
parent38352b7ed91d988d7155e97a668fa01db7749b85 (diff)
downloadSkyblocker-de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2.tar.gz
Skyblocker-de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2.tar.bz2
Skyblocker-de9d2f3f210a5bb9aad3792666d14e3d5d75ebc2.zip
Merge branch 'master' into fix-tab-matching
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradlew b/gradlew
index 65dcd68d..79a61d42 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