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

Unified Diff: dart/tools/release/version.dart

Issue 11138016: Merge revision 13659 to trunk. (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 2 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 | « dart/tools/VERSION ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/release/version.dart
===================================================================
--- dart/tools/release/version.dart (revision 13657)
+++ dart/tools/release/version.dart (working copy)
@@ -54,7 +54,7 @@
}
StringInputStream input = new StringInputStream(f.openInputStream());
input.onLine = () {
- var line = input.readLine();
+ var line = input.readLine().trim();
if (line == null) {
c.completeException(
"VERSION input file seems to be in the wrong format");
« no previous file with comments | « dart/tools/VERSION ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698