diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /tools/regression/usr.bin/make/shell/path | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (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 |
