From d945fd16d502c197a37272d74fb85e6a52a68017 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Sun, 22 Oct 2006 20:24:14 +0000 Subject: [PATCH] remove empty dirs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/pre-flight.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index f2482948f6..95f97e34ec 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -28,7 +28,7 @@ if [ ! -d $WX_WEB_DIR ]; then cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWebSite else cd $WX_WEB_DIR - cvs update -d + cvs update -d -P fi if [ ! -d $WX_SRC_DIR ]; then @@ -38,7 +38,7 @@ if [ ! -d $WX_SRC_DIR ]; then cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets else cd $WX_SRC_DIR - cvs update -d + cvs update -d -P fi # this is where we will store the wxAll tarball we create -- 2.45.2