Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: sdk/bin/pub

Issue 397773002: Create a separate packages directory for running pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/bin/pub
diff --git a/sdk/bin/pub b/sdk/bin/pub
index 100a15ba22c8452937831d021790e60755b41a85..7e4cfbd91a923f4d12afecec724699583daf0db9 100755
--- a/sdk/bin/pub
+++ b/sdk/bin/pub
@@ -59,7 +59,7 @@ else
# 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/packages/"
+ PACKAGES_DIR="$BUILD_DIR/pub_packages/"
PUB="$SDK_DIR/lib/_internal/pub/bin/pub.dart"

Powered by Google App Engine
This is Rietveld 408576698