summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell/path_select
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/shell/path_select')
-rw-r--r--tools/regression/usr.bin/make/shell/path_select/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/path_select/shell2
-rw-r--r--tools/regression/usr.bin/make/shell/path_select/test.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/usr.bin/make/shell/path_select/Makefile b/tools/regression/usr.bin/make/shell/path_select/Makefile
index 05cfb27f3fd9..c89a4b20ef27 100644
--- a/tools/regression/usr.bin/make/shell/path_select/Makefile
+++ b/tools/regression/usr.bin/make/shell/path_select/Makefile
@@ -7,7 +7,7 @@
# Be sure to include a meta-character into the command line, so that
# really our shell is executed.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/Makefile,v 1.2 2005/05/31 14:13:04 harti Exp $
#
.ifmake sh_test
diff --git a/tools/regression/usr.bin/make/shell/path_select/shell b/tools/regression/usr.bin/make/shell/path_select/shell
index 46169eb6efc2..8e5f2781113a 100644
--- a/tools/regression/usr.bin/make/shell/path_select/shell
+++ b/tools/regression/usr.bin/make/shell/path_select/shell
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/shell,v 1.1 2005/05/31 14:13:04 harti Exp $
echo $@
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/path_select/test.t b/tools/regression/usr.bin/make/shell/path_select/test.t
index 5bac6316722e..9348b1dc69e5 100644
--- a/tools/regression/usr.bin/make/shell/path_select/test.t
+++ b/tools/regression/usr.bin/make/shell/path_select/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/test.t,v 1.2 2005/05/31 14:13:04 harti Exp $
cd `dirname $0`
. ../../common.sh