opnsense-src/tools/regression/usr.bin/make/shell/replace/sh.sh
Hartmut Brandt c9302692e6 Add a test that test whether we can replace the shell to use by
make with another shell and set all its parameters (meta and builtins
not tested here).
2005-05-20 14:50:30 +00:00

6 lines
60 B
Bash

#!/bin/sh
# $FreeBSD$
echo $@
if ! test -t 0 ; then
cat
fi