xref: /openbsd/regress/usr.bin/make/mk19 (revision 82eabe46)
1# $OpenBSD: mk19,v 1.1 2002/09/09 10:05:34 espie Exp $
2# Posix compliance test: variable SHELL shall not be taken from the environment
3
4a:
5	@echo ${SHELL}
6