mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
make sure dirs get checked out
Original commit message from CVS: make sure dirs get checked out
This commit is contained in:
parent
d11a046188
commit
b844f4ab4d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ for m in \
|
|||
; do
|
||||
if test -d $m; then
|
||||
cd $m
|
||||
cvs update
|
||||
cvs update -d
|
||||
if test $? -ne 0
|
||||
then
|
||||
FAILURE="$FAILURE$m: update\n"
|
||||
|
|
Loading…
Reference in a new issue