Chromium Code Reviews| Index: sdk/bin/pub.bat |
| diff --git a/sdk/bin/pub.bat b/sdk/bin/pub.bat |
| index 03c7bf0899fc45576cb09803565ab6af0eeb19fc..2ad2baacbe388b932a0cc9ad38486f6043b1a242 100644 |
| --- a/sdk/bin/pub.bat |
| +++ b/sdk/bin/pub.bat |
| @@ -35,7 +35,7 @@ set DART=%BUILD_DIR%\dart-sdk\bin\dart |
| rem Run pub. |
| set PUB="%SDK_DIR%\..\third_party\pkg\pub\bin\pub.dart" |
| -"%DART%" %VM_OPTIONS% "%PUB%" %* |
| +"%DART%" "--packages=%SDK_DIR%\..\.packages" %VM_OPTIONS% "%PUB%" %* |
| endlocal |