opnsense-src/tools/regression/usr.bin/make/shell/path_select/sh.sh
Hartmut Brandt 56f5aba2ca Some test cases for .SHELL target: builtin shell selection and
changing the path of a builtin shell.
2005-05-19 11:23:01 +00:00

6 lines
60 B
Bash

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