aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/tests/shell/path_select/shell
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bmake/tests/shell/path_select/shell')
-rw-r--r--usr.bin/bmake/tests/shell/path_select/shell6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/bmake/tests/shell/path_select/shell b/usr.bin/bmake/tests/shell/path_select/shell
new file mode 100644
index 000000000000..46169eb6efc2
--- /dev/null
+++ b/usr.bin/bmake/tests/shell/path_select/shell
@@ -0,0 +1,6 @@
+#!/bin/sh
+# $FreeBSD$
+echo $@
+if ! test -t 0 ; then
+ cat
+fi