projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11a046
)
make sure dirs get checked out
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 26 Oct 2005 10:11:25 +0000
(10:11 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 26 Oct 2005 10:11:25 +0000
(10:11 +0000)
Original commit message from CVS:
make sure dirs get checked out
scripts/cvs-update.sh
patch
|
blob
|
history
diff --git
a/scripts/cvs-update.sh
b/scripts/cvs-update.sh
index 393b1fa09f920d40081dec4367210ee46466dab9..3ab8b17f77e8a98d18e61638aed9b9874a80f264 100755
(executable)
--- a/
scripts/cvs-update.sh
+++ b/
scripts/cvs-update.sh
@@
-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"