- Enhance .POSIX to set -e when invoking shells, as demanded by a
commit05ce3863bf4072b21c85f9e322eee924368e7fa9
authorpsmith <psmith>
Tue, 6 Jul 2010 06:37:42 +0000 (6 06:37 +0000)
committerpsmith <psmith>
Tue, 6 Jul 2010 06:37:42 +0000 (6 06:37 +0000)
treec7e594b5f68ee754611b7b7509d42970d0f5738e
parent90bba6be18c60d2229265a4bcbc939e5b12516eb
- Enhance .POSIX to set -e when invoking shells, as demanded by a
  backward-incompatible change in the 2008 POSIX specification.
- Add the .SHELLFLAGS variable so people can choose their own shell flags.
- Add tests for this.
- Add documentation for this.
ChangeLog
NEWS
doc/make.texi
job.c
main.c
read.c
tests/ChangeLog
tests/scripts/targets/POSIX [new file with mode: 0644]
tests/scripts/variables/SHELL