mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
run-tupkgupdate: Fix CVS output grepping.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
1f58e0c6cc
commit
f285da5d57
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ date
|
||||||
# Show a bit of the beginning output.
|
# Show a bit of the beginning output.
|
||||||
cd $aurroot/cvs
|
cd $aurroot/cvs
|
||||||
echo "Updating CVS..."
|
echo "Updating CVS..."
|
||||||
cvs update -d 2>&1 | grep "^P\|^U\|repository."
|
cvs update -d 2>&1 | grep "^P\|^U\|repository"
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# tupkgupdate <repodir> <cvsdir> <incomingdir>
|
# tupkgupdate <repodir> <cvsdir> <incomingdir>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue