bsfl 2.00-beta2 is incompatible with the "holy trinity" of shell programming
best practices:
set -o errexit
set -o pipefail
set -o nounset
It would be very, very nice to leave to the user the choice wether to use these
switches or not. Currently I can't include bsfl in any of my scripts for this
reason alone.
Original issue reported on code.google.com by
crusade...@gmail.comon 13 Jun 2013 at 9:24