diff options
Diffstat (limited to 'tools/regression/usr.bin/make/shell/path')
| -rw-r--r-- | tools/regression/usr.bin/make/shell/path/Makefile | 2 | ||||
| -rw-r--r-- | tools/regression/usr.bin/make/shell/path/sh | 2 | ||||
| -rw-r--r-- | tools/regression/usr.bin/make/shell/path/test.t | 2 |
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..c11161f41beb 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.16.1 2008/10/02 02:57:24 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 46169eb6efc2..0c230b9080bb 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.16.1 2008/10/02 02:57:24 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 72ff252af70e..e0955667a5e2 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.16.1 2008/10/02 02:57:24 kensmith Exp $ cd `dirname $0` . ../../common.sh |
