summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2002-08-11 13:32:12 +0000
committerkarltk <karltk@gentoo.org>2002-08-11 13:32:12 +0000
commit4d12a29f55780fecf2f6bac4265c08be1e2064e0 (patch)
tree9a45935f090172d17f8ba13dc2f0c788a66aba38 /trunk/src
parent9c526f54968557dc7bcdd16e2619fd9f972818c3 (diff)
downloadgentoolkit-4d12a29f55780fecf2f6bac4265c08be1e2064e0.tar.gz
:$ is expanded all over the place.
svn path=/; revision=6
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/change/change7
1 files changed, 4 insertions, 3 deletions
diff --git a/trunk/src/change/change b/trunk/src/change/change
index da2e91b..f38a3e9 100644
--- a/trunk/src/change/change
+++ b/trunk/src/change/change
@@ -3,7 +3,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Dan Armak <danarmak@gentoo.org>
-# $Header: $
+# $Header: /space/gentoo/cvsroot/gentoolkit/src/change/change,v 1.1.1.1 2002/08/11 00:29:52 karltk Exp $
eval `grep PORTDIR= /etc/make.globals`
eval `grep PORTDIR= /etc/make.conf`
@@ -250,7 +250,7 @@ wrap_list() {
LIST="$LIST, $1"
else
echo ,
- LIST=$1
+ LIST="$1"
fi
shift
done
@@ -302,7 +302,7 @@ process() {
sed -e "
/# ChangeLog for $CATEGORY\/$PACKAGE/ D
/# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL/ D
-/^# \$Header:/ D" $1 > $TMPOLDLOG
+/^# \$Header: \$" $1 > $TMPOLDLOG
# join everything together
cat $TMPHEADER $TMPENTRY $TMPMESSAGE $TMPOLDLOG > $TMPCHANGELOG
@@ -342,3 +342,4 @@ for x in $FILES; do
done
cleanup 0
+