Le 5 juil. 2012 à 17:13, Stefano Lattarini a écrit : > Hi Akim, Jim.
hi Stefano, > Just a minor correction about your "set -e" interpretation ... > > But "false && something" causes no problem under "set -e": > > $ sh -e -c 'false && exit 1; echo OK' > OK > > otherwise about one third of the Automake testsuite would spuriously > fail with regularity :-) well, shells running the Automake test suite might be be a little more sane that are those running configure. But either my memory is deficient and this has never happened, or these are better days, and this constraint no longer makes sense. In either case, thanks for my education! > And I'm pretty sure that POSIX mandates this behaviour somewhere… POSIX != portable.
