We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18a04c commit 64fa639Copy full SHA for 64fa639
gen/android/gradlew
@@ -151,7 +151,7 @@ if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
151
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
152
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
153
154
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Add a condition
155
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
156
else
157
eval `echo args$i`="\"$arg\""
0 commit comments