scripts/crosstool-NG.sh.in
changeset 3052 06b663f297ad
parent 2964 d48c03998dc1
child 3061 e43643e41fb9
     1.1 --- a/scripts/crosstool-NG.sh.in	Tue May 08 18:31:10 2012 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Wed Sep 19 10:43:04 2012 +0200
     1.3 @@ -599,7 +599,7 @@
     1.4              # POSIX 1003.1-2008 does not say if "set -e" should catch a
     1.5              # sub-shell ending with !0. bash-3 does not, while bash-4 does,
     1.6              # so the following line is for bash-3; bash-4 would choke above.
     1.7 -            [ $? -ne 0 ]
     1.8 +            [ $? -eq 0 ]
     1.9              if [ "${CT_STOP}" = "${step}" ]; then
    1.10                  do_stop=1
    1.11              fi