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