Use $FreeBSD$ (instead of the author's $Revision$) to report the

version number now that we have it.

Reviewed by:	author
This commit is contained in:
Bill Fumerola 1999-10-26 19:05:04 +00:00
parent 24518e4c42
commit 5edab78fb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52533
2 changed files with 2 additions and 6 deletions

View File

@ -9,13 +9,11 @@
# Doug@gorean.org
# $FreeBSD$
# $Revision: 1.36 $
# $Date: 1999/09/10 20:56:33 $
PATH=/bin:/usr/bin:/usr/sbin
display_usage () {
VERSION_NUMBER=`grep "[$]Revision:" $0 | cut -d ' ' -f 3`
VERSION_NUMBER=`grep "[$]FreeBSD:" $0 | cut -d ' ' -f 4`
echo "mergemaster version ${VERSION_NUMBER}"
echo "Usage: mergemaster [-scrvah] [-m /path] [-t /path] [-d] [-u N] [-w N]"
echo "Options:"

View File

@ -9,13 +9,11 @@
# Doug@gorean.org
# $FreeBSD$
# $Revision: 1.36 $
# $Date: 1999/09/10 20:56:33 $
PATH=/bin:/usr/bin:/usr/sbin
display_usage () {
VERSION_NUMBER=`grep "[$]Revision:" $0 | cut -d ' ' -f 3`
VERSION_NUMBER=`grep "[$]FreeBSD:" $0 | cut -d ' ' -f 4`
echo "mergemaster version ${VERSION_NUMBER}"
echo "Usage: mergemaster [-scrvah] [-m /path] [-t /path] [-d] [-u N] [-w N]"
echo "Options:"