mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +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
|
; do
|
||||||
if test -d $m; then
|
if test -d $m; then
|
||||||
cd $m
|
cd $m
|
||||||
cvs update
|
cvs update -d
|
||||||
if test $? -ne 0
|
if test $? -ne 0
|
||||||
then
|
then
|
||||||
FAILURE="$FAILURE$m: update\n"
|
FAILURE="$FAILURE$m: update\n"
|
||||||
|
|
Loading…
Reference in a new issue