diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /tools/regression/usr.bin/make/shell/path | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
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..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 |
