Index: tools/push-to-trunk.sh |
diff --git a/tools/push-to-trunk.sh b/tools/push-to-trunk.sh |
index 4bbb57a602487df92a3c34a386ee74d3c3a0b137..302c5f299b548eb9a29b3daded223c814f367ec8 100755 |
--- a/tools/push-to-trunk.sh |
+++ b/tools/push-to-trunk.sh |
@@ -450,7 +450,7 @@ if [ $STEP -le 20 ] ; then |
$MAJOR.$MINOR.$BUILD. Please don't forget to roll this new version into \ |
Chromium, and to update the v8rel spreadsheet:" |
TRUNK_REVISION=$(cat "$TRUNK_REVISION_FILE") |
- echo "$MAJOR.$MINOR.$BUILD\ttrunk\t$TRUNK_REVISION" |
+ echo -e "$MAJOR.$MINOR.$BUILD\ttrunk\t$TRUNK_REVISION" |
# Clean up all temporary files. |
rm -f "$PERSISTFILE_BASENAME"* |
fi |