freebsd-dev/tools/regression/bin/sh/regress.t
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

13 lines
162 B
Bash

#!/bin/sh
# $FreeBSD$
if [ -z "${SH}" ]; then
echo '${SH} is not set, please correct and re-run.'
exit 1
fi
export SH=${SH}
cd `dirname $0`
${SH} regress.sh