Reviewers: Yang,

Message:
PTAQL.

Description:
ptt-minifix: Add -e to echo in push-to-trunk.sh to print \t properly


Please review this at http://codereview.chromium.org/8510058/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M tools/push-to-trunk.sh


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


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to