aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell/path
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/shell/path')
-rw-r--r--tools/regression/usr.bin/make/shell/path/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/path/sh2
-rw-r--r--tools/regression/usr.bin/make/shell/path/test.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/usr.bin/make/shell/path/Makefile b/tools/regression/usr.bin/make/shell/path/Makefile
index fe40b645510e..16cb25a8b113 100644
--- a/tools/regression/usr.bin/make/shell/path/Makefile
+++ b/tools/regression/usr.bin/make/shell/path/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/Makefile,v 1.2 2005/05/31 14:13:03 harti Exp $
#
.ifmake sh_test
diff --git a/tools/regression/usr.bin/make/shell/path/sh b/tools/regression/usr.bin/make/shell/path/sh
index 46169eb6efc2..401a16f7e0b2 100644
--- a/tools/regression/usr.bin/make/shell/path/sh
+++ b/tools/regression/usr.bin/make/shell/path/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/sh,v 1.1 2005/05/31 14:13:03 harti Exp $
echo $@
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/path/test.t b/tools/regression/usr.bin/make/shell/path/test.t
index 72ff252af70e..68d6357d2d3a 100644
--- a/tools/regression/usr.bin/make/shell/path/test.t
+++ b/tools/regression/usr.bin/make/shell/path/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/test.t,v 1.2 2005/05/31 14:13:03 harti Exp $
cd `dirname $0`
. ../../common.sh