aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2023-03-12 11:16:05 +0100
committerGitHub <noreply@github.com>2023-03-12 10:16:05 +0000
commit86a5a3a88c2530ca1354c3a978e60c4b0670a3b4 (patch)
treecc2df3771f1f71f79fb094fd5f923c5493fe3e84 /gradlew
parent64f218033121f9fd8ff936de36e8b9b53d2cf27d (diff)
downloadGT5-Unofficial-86a5a3a88c2530ca1354c3a978e60c4b0670a3b4.tar.gz
GT5-Unofficial-86a5a3a88c2530ca1354c3a978e60c4b0670a3b4.tar.bz2
GT5-Unofficial-86a5a3a88c2530ca1354c3a978e60c4b0670a3b4.zip
Mega Apiary GUI improvements (#58)
* Mega apiary GUI improvements * forgot * buildscript * Fixed on ModularUI * Test scrollable fix * Simplify * Inspection * Fixed in ModularUI
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