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 e811d1d commit 5008757Copy full SHA for 5008757
flutterw
@@ -44,7 +44,7 @@ if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
44
fi
45
46
# submodule starting with "-" are not initialized
47
-init_status=`git submodule | git submodule | grep "\ \.flutter\ " | cut -c 1`
+init_status=`git submodule | grep "\ \.flutter$" | cut -c 1`
48
49
# Fix not initialized flutter submodule
50
if [ "$init_status" = "-" ]; then
0 commit comments