diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-11-28 01:06:07 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-11-28 01:06:07 +0100 |
commit | f285da5d5715d2830578aa955a5490f7cfa403ab (patch) | |
tree | 44b8c66d9635acdcf905b4052a600d4b22ec2500 /support/scripts | |
parent | 1f58e0c6cc1444d89424c41754b11fe9232e754d (diff) | |
download | aur-f285da5d5715d2830578aa955a5490f7cfa403ab.tar.gz aur-f285da5d5715d2830578aa955a5490f7cfa403ab.tar.xz |
run-tupkgupdate: Fix CVS output grepping.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'support/scripts')
-rwxr-xr-x | support/scripts/run-tupkgupdate | 2 |
1 files changed, 1 insertions, 1 deletions
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 <repodir> <cvsdir> <incomingdir> |