update do_review.sh

0 views
Skip to first unread message

tho...@gmail.com

unread,
Nov 5, 2009, 2:18:19 AM11/5/09
to pp-d...@googlegroups.com
Reviewers: pp-devel_googlegroups.com,

Description:
Fix bug with some SVN output. Remove debugging code.


do_review.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


Please review this at http://codereview.appspot.com/147044

Affected files:
M tools/do_review.sh


Index: tools/do_review.sh
===================================================================
--- tools/do_review.sh (revision 531)
+++ tools/do_review.sh (working copy)
@@ -49,11 +49,10 @@
FILES=$(awk -v MAGIC="$MAGIC" '
{
if (go) {
- print $2;
+ print $NF;
}
}
/^===--- .* ---===/ {
- echo YES;
go = 1;
}' $OFILE)
if [ -z "$FILES" ]; then


Reply all
Reply to author
Forward
0 new messages