scripts/crosstool-NG.sh.in
changeset 3013 e5f4367d55d8
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	Mon Jul 02 20:31:06 2012 -0700
     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