X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af2ae80795f68ff9cf2cb5943acc3e19a7d1ecda..76cf603e9100d61bb4d184946071cf164092ce40:/distrib/msw/maketarballs diff --git a/distrib/msw/maketarballs b/distrib/msw/maketarballs index 2afa6e9a4a..69dfdabf28 100755 --- a/distrib/msw/maketarballs +++ b/distrib/msw/maketarballs @@ -245,6 +245,7 @@ SPINWXMGL=0 SPINDOCS=0 SPINEVERYTHING=0 UPDATECVS=0 +SILENT=0 usage() { @@ -295,6 +296,7 @@ for i in "$@"; do --wxmotif) SPINWXMOTIF=1 ;; --all) SPINEVERYTHING=1 ;; --updatecvs) UPDATECVS=1 ;; + --silent) SILENT=1 ;; *) usage exit @@ -306,8 +308,12 @@ echo About to make wxWidgets RPMs: echo From $WXSRC echo To $WXDEST echo Version $WXVER -echo CTRL-C if this is not correct. -read dummy + +# we don't want this when batch building tarballs. +if [ "$SILENT" = "0" ]; then + echo CTRL-C if this is not correct. + read dummy +fi if [ "$UPDATECVS" = "1" ]; then doupdatecvs