diff options
Diffstat (limited to 'tools/regression/usr.bin/make/shell/path_select')
| -rw-r--r-- | tools/regression/usr.bin/make/shell/path_select/Makefile | 2 | ||||
| -rw-r--r-- | tools/regression/usr.bin/make/shell/path_select/shell | 2 | ||||
| -rw-r--r-- | tools/regression/usr.bin/make/shell/path_select/test.t | 2 |
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..27f03ff0bc0c 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.22.1.6.1 2010/12/21 17:09:25 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 46169eb6efc2..0f4f80ed3e73 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.22.1.6.1 2010/12/21 17:09:25 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 5bac6316722e..7df6e586c9a7 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ cd `dirname $0` . ../../common.sh |
