Add -e to echo in push-to-trunk.sh to print \t properly
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 15 Nov 2011 12:47:37 +0000 (12:47 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 15 Nov 2011 12:47:37 +0000 (12:47 +0000)
Review URL: http://codereview.chromium.org/8510058

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9997 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/push-to-trunk.sh

index 4bbb57a..302c5f2 100755 (executable)
@@ -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