diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-12-09 21:29:09 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-12-09 21:29:09 +0000 |
commit | 468c32cdb324494ae2548957a5d2b203722af018 (patch) | |
tree | 76aeb043877586bd9727164b43d7f1d2d3e63d9c /gradlew | |
parent | ffa316b7d7963e6a5358a540a6b661a8e4748a4f (diff) |
Update deps
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradlew b/gradlew index 1b6c787..c53aefa 100755 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,10 +32,10 @@ # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: # * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». # # Important for patching: # |