Revision: 9997 Author: [email protected] Date: Tue Nov 15 04:47:37 2011 Log: Add -e to echo in push-to-trunk.sh to print \t properly
Review URL: http://codereview.chromium.org/8510058 http://code.google.com/p/v8/source/detail?r=9997 Modified: /branches/bleeding_edge/tools/push-to-trunk.sh ======================================= --- /branches/bleeding_edge/tools/push-to-trunk.sh Mon Nov 14 05:31:57 2011 +++ /branches/bleeding_edge/tools/push-to-trunk.sh Tue Nov 15 04:47:37 2011 @@ -450,7 +450,7 @@ $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
