mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +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
|
; do
|
||||||
if test -d $m; then
|
if test -d $m; then
|
||||||
cd $m
|
cd $m
|
||||||
cvs update -d
|
cvs update -dP
|
||||||
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