I am attempting to run a bash script/makefile with the line
set -e -o pipefail
The makefile itself has the terse line that this doesn't appear to work with make 3.81, which is the version my Ubuntu install gives me.
(Running the script gives me: set: Illegal option -o pipefail
)
Is there a way round this?