about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 21:43:51 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 21:43:51 +0000
commitb9bdb95c3fb1bcc703d5f8421f8d712a7f2c1140 (patch)
treea2d6b62093da722845ef9743bf7f1a87d1cfbed9
parentf67c6d9684fca642710f4757cce040d78440cee9 (diff)
downloadglibc-b9bdb95c3fb1bcc703d5f8421f8d712a7f2c1140.tar.gz
glibc-b9bdb95c3fb1bcc703d5f8421f8d712a7f2c1140.tar.xz
glibc-b9bdb95c3fb1bcc703d5f8421f8d712a7f2c1140.zip
(glibc.spec): Another typo fix.
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 6094945b34..ab8b4b05e8 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -51,7 +51,7 @@ commit-merge:
 
 glibc.spec: glibc.spec.in ../version.h branch.mk
 	(echo '%define glibcdate $(snapshot-name)'; \
-	 sed -n '/VERSION/s/^.*"\([^"]*\)"$/%define glibcversion \1/p' \
+	 sed -n '/VERSION/s/^.*"\([^"]*\)"$$/%define glibcversion \1/p' \
 	     ../version.h; \
 	 cat $<) > $@.new
 	mv -f $@.new $@