diff options
Diffstat (limited to 'usr.bin/file/cvsimport.sh')
-rw-r--r-- | usr.bin/file/cvsimport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index 0436074fc634..224209303c46 100644 --- a/usr.bin/file/cvsimport.sh +++ b/usr.bin/file/cvsimport.sh @@ -3,7 +3,7 @@ # This shell script can be used in order to handle future imports # of newer versions of file(1) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/cvsimport.sh,v 1.5 1999/08/28 01:00:56 peter Exp $ if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 |