diff options
Diffstat (limited to 'regress/usr.bin/make/mk20')
-rw-r--r-- | regress/usr.bin/make/mk20 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/usr.bin/make/mk20 b/regress/usr.bin/make/mk20 new file mode 100644 index 00000000000..c502803f789 --- /dev/null +++ b/regress/usr.bin/make/mk20 @@ -0,0 +1,7 @@ +# $OpenBSD: mk20,v 1.1 2002/09/09 10:05:34 espie Exp $ + +# Posix compliance shell: variable SHELL is not placed into the environment + +SHELL=/bin/zsh +a: + @echo ${SHELL} $$SHELL |