aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorSerhan <serhanduzce@gmail.com>2023-04-10 19:39:20 +0300
committerGitHub <noreply@github.com>2023-04-10 19:39:20 +0300
commitab518948c923b3242fe5f48a0bb5d2e873878108 (patch)
tree156a036e146b3c9be791ec7236476ff68d3c43ea /gradlew
parent7f9e88b5122ea0db2bc0f569ccb6d0d59bc27d7d (diff)
parent2766f4ac5150ab02e97860796fd536ced1d9dfbe (diff)
downloadSkyblocker-ab518948c923b3242fe5f48a0bb5d2e873878108.tar.gz
Skyblocker-ab518948c923b3242fe5f48a0bb5d2e873878108.tar.bz2
Skyblocker-ab518948c923b3242fe5f48a0bb5d2e873878108.zip
Merge branch 'SkyblockerMod:master' into minor-updates
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