summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /tools/regression/usr.bin/make/shell
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
Diffstat (limited to 'tools/regression/usr.bin/make/shell')
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/sh2
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/meta/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/meta/sh2
-rw-r--r--tools/regression/usr.bin/make/shell/meta/test.t2
-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
-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
-rw-r--r--tools/regression/usr.bin/make/shell/replace/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/replace/shell2
-rw-r--r--tools/regression/usr.bin/make/shell/replace/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/select/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/select/test.t2
17 files changed, 17 insertions, 17 deletions
diff --git a/tools/regression/usr.bin/make/shell/builtin/Makefile b/tools/regression/usr.bin/make/shell/builtin/Makefile
index 03764784e1a09..ce6ac740af84c 100644
--- a/tools/regression/usr.bin/make/shell/builtin/Makefile
+++ b/tools/regression/usr.bin/make/shell/builtin/Makefile
@@ -5,7 +5,7 @@
# will really execute ls, while the line with meta characters will execute
# our special shell.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/Makefile,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
.SHELL: path="${.CURDIR}/sh"
diff --git a/tools/regression/usr.bin/make/shell/builtin/sh b/tools/regression/usr.bin/make/shell/builtin/sh
index 3a507b87f6748..b236e543b6737 100644
--- a/tools/regression/usr.bin/make/shell/builtin/sh
+++ b/tools/regression/usr.bin/make/shell/builtin/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/sh,v 1.1.24.1 2010/02/10 00:26:20 kensmith Exp $
echo "$@"
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/builtin/test.t b/tools/regression/usr.bin/make/shell/builtin/test.t
index 1798afcc32077..2721381953753 100644
--- a/tools/regression/usr.bin/make/shell/builtin/test.t
+++ b/tools/regression/usr.bin/make/shell/builtin/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/test.t,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/meta/Makefile b/tools/regression/usr.bin/make/shell/meta/Makefile
index bcf19d052bbc7..f877bb1c059dd 100644
--- a/tools/regression/usr.bin/make/shell/meta/Makefile
+++ b/tools/regression/usr.bin/make/shell/meta/Makefile
@@ -5,7 +5,7 @@
# will really execute ls, while the line with meta characters will execute
# our special shell.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/Makefile,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
.SHELL: path="${.OBJDIR}/sh"
diff --git a/tools/regression/usr.bin/make/shell/meta/sh b/tools/regression/usr.bin/make/shell/meta/sh
index 3a507b87f6748..100c9f1fe758b 100644
--- a/tools/regression/usr.bin/make/shell/meta/sh
+++ b/tools/regression/usr.bin/make/shell/meta/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/sh,v 1.1.24.1 2010/02/10 00:26:20 kensmith Exp $
echo "$@"
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/meta/test.t b/tools/regression/usr.bin/make/shell/meta/test.t
index 588b73ccc9f65..c0c6b1180aa87 100644
--- a/tools/regression/usr.bin/make/shell/meta/test.t
+++ b/tools/regression/usr.bin/make/shell/meta/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/test.t,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/path/Makefile b/tools/regression/usr.bin/make/shell/path/Makefile
index fe40b645510ec..5b16e1f0dd164 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.24.1 2010/02/10 00:26:20 kensmith 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 46169eb6efc2b..781b9dedb41e9 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.24.1 2010/02/10 00:26:20 kensmith 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 72ff252af70ef..d26e61e6659e9 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.24.1 2010/02/10 00:26:20 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/path_select/Makefile b/tools/regression/usr.bin/make/shell/path_select/Makefile
index 05cfb27f3fd9a..49dbe8edd0f4a 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.24.1 2010/02/10 00:26:20 kensmith 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 46169eb6efc2b..d5550d722a269 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.24.1 2010/02/10 00:26:20 kensmith 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 5bac6316722e8..c924511296280 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.24.1 2010/02/10 00:26:20 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/replace/Makefile b/tools/regression/usr.bin/make/shell/replace/Makefile
index 2160dbfb57762..74d69562757c0 100644
--- a/tools/regression/usr.bin/make/shell/replace/Makefile
+++ b/tools/regression/usr.bin/make/shell/replace/Makefile
@@ -8,7 +8,7 @@
# XXX There seems to be a problem here in -j1 mode: for the line without
# @- make should switch on echoing again, but it doesn't.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/Makefile,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
.SHELL: name="shell" path="${.CURDIR}/shell" \
quiet="be quiet" echo="be verbose" filter="be verbose" \
diff --git a/tools/regression/usr.bin/make/shell/replace/shell b/tools/regression/usr.bin/make/shell/replace/shell
index 46169eb6efc2b..ccc13fb8fcba8 100644
--- a/tools/regression/usr.bin/make/shell/replace/shell
+++ b/tools/regression/usr.bin/make/shell/replace/shell
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/shell,v 1.1.24.1 2010/02/10 00:26:20 kensmith Exp $
echo $@
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/replace/test.t b/tools/regression/usr.bin/make/shell/replace/test.t
index 5c91cf9e03e86..c55176e177da1 100644
--- a/tools/regression/usr.bin/make/shell/replace/test.t
+++ b/tools/regression/usr.bin/make/shell/replace/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/test.t,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/select/Makefile b/tools/regression/usr.bin/make/shell/select/Makefile
index e1ff0231c737e..aa8088d7f68e7 100644
--- a/tools/regression/usr.bin/make/shell/select/Makefile
+++ b/tools/regression/usr.bin/make/shell/select/Makefile
@@ -4,7 +4,7 @@
# normally don't have a ksh, we make this test conditional. This means
# one has to recreate the test results once ksh is installed.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/select/Makefile,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
#
.ifmake sh_test
diff --git a/tools/regression/usr.bin/make/shell/select/test.t b/tools/regression/usr.bin/make/shell/select/test.t
index 7f73f9b24e25f..38812d08f3df9 100644
--- a/tools/regression/usr.bin/make/shell/select/test.t
+++ b/tools/regression/usr.bin/make/shell/select/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/select/test.t,v 1.2.24.1 2010/02/10 00:26:20 kensmith Exp $
cd `dirname $0`
. ../../common.sh