f3bf9b7a16
a potentially bad /bin/sh first.
8 lines
107 B
Makefile
8 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
# Allow one to specify the 'sh' to regress.
|
|
SH?= /bin/sh
|
|
|
|
all:
|
|
env SH=${SH} ${SH} regress.sh
|