summaryrefslogtreecommitdiffstats
path: root/sys/conf/systags.sh
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-07-03 06:48:02 +0000
committerbde <bde@FreeBSD.org>1999-07-03 06:48:02 +0000
commit9a448e165335d5d863438fa611197b038b99fda2 (patch)
treedbe2010263bf84ca291b554bbb24cef78ac0a3be /sys/conf/systags.sh
parent29ea153b133f29de1f76c8f87cdb0aa6300f6813 (diff)
downloadFreeBSD-src-9a448e165335d5d863438fa611197b038b99fda2.zip
FreeBSD-src-9a448e165335d5d863438fa611197b038b99fda2.tar.gz
Fixed regression of $Id$ to "from: $Header$" in previous commit.
The `from:' was already corrupted by expansion of $Header$ in in rev.1.1; rev.1.2 replaced it by $Id$. Put $Id$ in the usual place this time.
Diffstat (limited to 'sys/conf/systags.sh')
-rw-r--r--sys/conf/systags.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/systags.sh b/sys/conf/systags.sh
index f046841..179df30 100644
--- a/sys/conf/systags.sh
+++ b/sys/conf/systags.sh
@@ -32,13 +32,12 @@
# SUCH DAMAGE.
#
# @(#)systags.sh 8.1 (Berkeley) 6/10/93
+# $Id$
#
# systags.sh - construct a system tags file using dependence relations
# in a .depend file
#
# First written May 16, 1992 by Van Jacobson, Lawrence Berkeley Laboratory.
-#
-# from: $Header: systags.sh,v 1.3 96/08/08 20:23:13 leres Exp $
rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles
MACHINE=`uname -m`
OpenPOWER on IntegriCloud