Skip to content

Commit 64fa639

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent a18a04c commit 64fa639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen/android/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
151151
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
152152
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
153153

154-
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
154+
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Add a condition
155155
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
156156
else
157157
eval `echo args$i`="\"$arg\""

0 commit comments

Comments
 (0)