We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d631ec commit ea0086bCopy full SHA for ea0086b
gradle/wrapper/gradle-wrapper.jar
285 Bytes
gradlew
@@ -74,7 +74,7 @@ while
74
do
75
ls=$(ls -ld "$app_path")
76
link=${ls#*' -> '}
77
- case $link in #(
+ case $link in #(
78
/*) app_path=$link ;; #(
79
*) app_path=$APP_HOME$link ;;
80
esac
@@ -107,9 +107,9 @@ cygwin=false
107
msys=false
108
darwin=false
109
nonstop=false
110
-case "$(uname)" in #(
111
-CYGWIN*) cygwin=true ;; #(
112
-Darwin*) darwin=true ;; #(
+case "$(uname)" in #(
+CYGWIN*) cygwin=true ;; #(
+Darwin*) darwin=true ;; #(
113
MSYS* | MINGW*) msys=true ;; #(
114
NONSTOP*) nonstop=true ;;
115
0 commit comments