diff options
-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> |