From f285da5d5715d2830578aa955a5490f7cfa403ab Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 27 Nov 2008 19:06:07 -0500 Subject: run-tupkgupdate: Fix CVS output grepping. Signed-off-by: Loui Chang --- support/scripts/run-tupkgupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/scripts/run-tupkgupdate b/support/scripts/run-tupkgupdate index c75cd566..01575dc6 100755 --- a/support/scripts/run-tupkgupdate +++ b/support/scripts/run-tupkgupdate @@ -9,7 +9,7 @@ date # Show a bit of the beginning output. cd $aurroot/cvs echo "Updating CVS..." -cvs update -d 2>&1 | grep "^P\|^U\|repository." +cvs update -d 2>&1 | grep "^P\|^U\|repository" cd - # tupkgupdate -- cgit v1.2.3-24-g4f1b