freebsd-dev/tools/regression/bin/sh/Makefile
David E. O'Brien f3bf9b7a16 Allow one to regression test 'sh' changes without having to install
a potentially bad /bin/sh first.
2010-10-12 18:20:38 +00:00

8 lines
107 B
Makefile

# $FreeBSD$
# Allow one to specify the 'sh' to regress.
SH?= /bin/sh
all:
env SH=${SH} ${SH} regress.sh