git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35433
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
SPINDOCS=0
SPINEVERYTHING=0
UPDATECVS=0
+SILENT=0
usage()
{
--wxmotif) SPINWXMOTIF=1 ;;
--all) SPINEVERYTHING=1 ;;
--updatecvs) UPDATECVS=1 ;;
+ --silent) SILENT=1 ;;
*)
usage
exit
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