diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /usr.bin/file/cvsimport.sh | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
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 f9818fa7fb4e3..3c6a934ea41ae 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) # -# $Id: cvsimport.sh,v 1.3 1997/02/22 19:29:10 peter Exp $ +# $Id: cvsimport.sh,v 1.4 1997/03/20 23:34:11 mpp Exp $ if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 |