| Index: sdk/bin/pub
 | 
| diff --git a/sdk/bin/pub b/sdk/bin/pub
 | 
| index 1110e8922a0399f58e82277541005a5082d849f8..8427727d00276e7dc4f55f890466421e1caf775b 100755
 | 
| --- a/sdk/bin/pub
 | 
| +++ b/sdk/bin/pub
 | 
| @@ -54,7 +54,7 @@ fi
 | 
|  # Use the Dart binary in the built SDK so pub can find the version file next
 | 
|  # to it.
 | 
|  DART="$BUILD_DIR/dart-sdk/bin/dart"
 | 
| -PACKAGES_DIR="$BUILD_DIR/pub_packages/"
 | 
| +PACKAGES_DIR="$BUILD_DIR/packages/"
 | 
|  
 | 
|  # Run the async/await compiled pub.
 | 
|  PUB="$SDK_DIR/lib/_internal/pub_generated/bin/pub.dart"
 | 
| 
 |