| Index: sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
|
| diff --git a/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart b/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
|
| index 0419d8caa6609601a3a083a790fc169407dca87a..a05d2ce8a2df46257a9010ba823a33ddcebabb69 100644
|
| --- a/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
|
| +++ b/sdk/lib/_internal/pub_generated/lib/src/global_packages.dart
|
| @@ -975,7 +975,7 @@ $invocation "\$@"
|
| # The VM exits with code 255 if the snapshot version is out-of-date.
|
| # If it is, we need to delete it and run "pub global" manually.
|
| exit_code=\$?
|
| -if [[ \$exit_code != 255 ]]; then
|
| +if [ \$exit_code != 255 ]; then
|
| exit \$exit_code
|
| fi
|
|
|
|
|