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

Unified Diff: sdk/bin/dartanalyzer_developer.bat

Issue 291183002: Allow space in path in some dartanalyzer wrappers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« no previous file with comments | « sdk/bin/dartanalyzer_developer ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/dartanalyzer_developer.bat
diff --git a/sdk/bin/dartanalyzer_developer.bat b/sdk/bin/dartanalyzer_developer.bat
index 6ba62e0e40a1b489292535ee3af8bb3355f0ee22..fcea2aa6ee379ebe0c24dbfa7f0cf57f2a8f7dff 100644
--- a/sdk/bin/dartanalyzer_developer.bat
+++ b/sdk/bin/dartanalyzer_developer.bat
@@ -24,4 +24,4 @@ set "JAR_DIR=%SCRIPTPATH%\..\..\build\%DART_CONFIGURATION%\dartanalyzer"
set "JAR_FILE=%JAR_DIR%\dartanalyzer.jar"
-java -jar %JAR_FILE% --dart-sdk %SDK_DIR% %arguments%
+java -jar "%JAR_FILE%" --dart-sdk "%SDK_DIR%" %arguments%
« no previous file with comments | « sdk/bin/dartanalyzer_developer ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698