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 c8f32cf commit 86de424Copy full SHA for 86de424
sdk/lib/_internal/pub/lib/src/global_packages.dart
@@ -694,7 +694,7 @@ $invocation "\$@"
694
# The VM exits with code 255 if the snapshot version is out-of-date.
695
# If it is, we need to delete it and run "pub global" manually.
696
exit_code=\$?
697
-if [[ \$exit_code != 255 ]]; then
+if [ \$exit_code != 255 ]; then
698
exit \$exit_code
699
fi
700
sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
@@ -975,7 +975,7 @@ $invocation "\$@"
975
976
977
978
979
980
981
0 commit comments