NetBSD/usr.bin/make/unit-tests
sjg 4d3fc51f60 Remove use of sh -e when running in compat mode.
Its not posix compliant and serves very little purpose.
With this change compat and jobs modes are consistent wrt how
they treat each line of a script.

Add support for the '+' command line prefix as required by posix.
Lines prefixed with '+' are executed even when -n is given.
[Actually posix says they should also be done for -q and -t]

PR:
Reviewed by: jmc
2004-05-07 08:12:15 +00:00
..
Makefile Remove use of sh -e when running in compat mode. 2004-05-07 08:12:15 +00:00
cond1 Allow "string" and "${varspec}" on lhs of conditionals. 2004-04-13 16:06:23 +00:00
modmatch Fix :M so that modifiers in nested variables don't terminate parsing 2004-02-20 09:03:26 +00:00
modts Fix :M so that modifiers in nested variables don't terminate parsing 2004-02-20 09:03:26 +00:00
modword Implement :[] modifier to allow picking a range of words out of a variable. 2003-09-27 21:29:37 +00:00
posix Remove use of sh -e when running in compat mode. 2004-05-07 08:12:15 +00:00
ternary Fix :M so that modifiers in nested variables don't terminate parsing 2004-02-20 09:03:26 +00:00
test.exp Remove use of sh -e when running in compat mode. 2004-05-07 08:12:15 +00:00
varcmd Test behavior of commandline variable assignments. 2003-07-31 00:46:15 +00:00