diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-03-12 11:16:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 10:16:05 +0000 |
commit | 86a5a3a88c2530ca1354c3a978e60c4b0670a3b4 (patch) | |
tree | cc2df3771f1f71f79fb094fd5f923c5493fe3e84 /gradlew | |
parent | 64f218033121f9fd8ff936de36e8b9b53d2cf27d (diff) | |
download | GT5-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-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 |