mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
fix a typo
Original commit message from CVS: fix a typo
This commit is contained in:
parent
1e6bd872f4
commit
8695063938
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ then
|
|||
cvs co common
|
||||
else
|
||||
echo "+ updating common/ from cvs"
|
||||
cd common; cvs -update -dP; cd ..
|
||||
cd common; cvs update -dP; cd ..
|
||||
fi
|
||||
|
||||
# source helper functions
|
||||
|
|
Loading…
Reference in a new issue