xref: /openbsd/regress/usr.bin/make/mk20 (revision db3296cf)
1# $OpenBSD: mk20,v 1.1 2002/09/09 10:05:34 espie Exp $
2
3# Posix compliance shell: variable SHELL is not placed into the environment
4
5SHELL=/bin/zsh
6a:
7	@echo ${SHELL} $$SHELL
8