freebsd-dev/tools/build/make_check/shell_test.sh
Hartmut Brandt 9c1f3ca3cf Make the tests runnable on a read-only src. To do this you must make sure
that you create one of the object directories make knows (see make(1)).
This uses the -C flag, so add a test that checks that make actually accepts
-C. Also fix the test that selects csh via the .SHELL target to work for
tcsh users too.

This commit renames shell_test to shell_test.sh. There is no history
to preserve so go without a repo-copy.

Reviewed by:	ru
2004-12-02 17:00:58 +00:00

7 lines
60 B
Bash

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