File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ FLUTTER_EXIT_STATUS=$?
7979if [ $FLUTTER_EXIT_STATUS -eq 0 ]; then
8080
8181 # ./flutterw channel CHANNEL
82- if echo $@ | grep -q " channel" ; then
82+ if echo " $@ " | grep -q " channel" ; then
8383 # make sure .gitmodules is updated as well
8484 CHANNEL=${2} # second arg
8585 git config -f .gitmodules submodule.$FLUTTER_SUBMODULE_NAME .branch $CHANNEL
@@ -89,7 +89,7 @@ if [ $FLUTTER_EXIT_STATUS -eq 0 ]; then
8989 fi
9090
9191 # ./flutterw upgrade
92- if echo $@ | grep -q " upgrade" ; then
92+ if echo " $@ " | grep -q " upgrade" ; then
9393 # makes sure nobody forgets to do commit the changed submodule
9494 git add $FLUTTER_SUBMODULE_NAME
9595 # flutter packages get runs automatically. Stage those changes as well
You can’t perform that action at this time.
0 commit comments