]> git.saurik.com Git - wxWidgets.git/commitdiff
Exit on error was too strict.
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 29 May 2006 04:44:04 +0000 (04:44 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 29 May 2006 04:44:04 +0000 (04:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/mac/tardist
distrib/scripts/msw/makesetup.sh
distrib/scripts/unix/maketarballs

index 669ddef9be3e7a0f701a3f7fd331a8ed045182ad..29a3abb62071c085a4876a5d3efba66372d744e5 100644 (file)
@@ -7,8 +7,6 @@
 # because there's not enough space on the command line, plus we need to ignore the
 # blank lines.
 
-set -o errexit
-
 PROGNAME=$0
 WXSRC=$1
 WXDEST=$2
index fe88221ddcbe52d4c18feb6c952f877af72d7e1b..8138ee1c766ee7c4d17e70329e3cfec46a69cf99 100755 (executable)
@@ -4,8 +4,6 @@
 # Example:
 # ../distrib/msw/makesetup.sh --wxmsw --verbose &> log
 
-set -o errexit
-
 # If your zip accepts Cygwin-style paths, then
 # use cygpath, else substitute echo
 CYGPATHPROG=cygpath
index aa11327671f0037b2f4e601fc217c0ec2f981204..e4cebb5899befb29ece159934e882327b65d002b 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/sh
 # Makes the wxWidgets tarballs with 'make dist'
 
-set -o errexit
-
 PROGNAME=$0
 WXSRC=$1
 WXDEST=$2