diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /usr.bin/alias | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff) | |
Diffstat (limited to 'usr.bin/alias')
| -rw-r--r-- | usr.bin/alias/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/alias/generic.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index fbfcd11248e8..c2d56fec809d 100644 --- a/usr.bin/alias/Makefile +++ b/usr.bin/alias/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/Makefile,v 1.3 2003/04/01 12:37:54 ru Exp $ SCRIPTS=generic.sh SCRIPTSNAME=alias diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh index 33a39ad97831..ebc2b8550fbf 100644 --- a/usr.bin/alias/generic.sh +++ b/usr.bin/alias/generic.sh @@ -1,4 +1,4 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/generic.sh,v 1.1 2002/07/16 22:16:03 wollman Exp $ # This file is in the public domain. ${0##*/} ${1+"$@"} |
