mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
prune empty dirs when updating
Original commit message from CVS: prune empty dirs when updating
This commit is contained in:
parent
01a038bd56
commit
b7790a6044
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 -d
|
||||
cvs update -dP
|
||||
if test $? -ne 0
|
||||
then
|
||||
FAILURE="$FAILURE$m: update\n"
|
||||
|
|
Loading…
Reference in a new issue