From: Roland McGrath Date: Wed, 22 Sep 2004 22:35:40 +0000 (+0000) Subject: (update): typo fix X-Git-Tag: cvs/fedora-glibc-2_3_3-55~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1711aa2c99dbf914b74aeeb4d2cd2809009c273;p=thirdparty%2Fglibc.git (update): typo fix --- diff --git a/fedora/Makefile b/fedora/Makefile index 78367ac3e21..e89bfe27db4 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -29,7 +29,7 @@ endif update: now=`date -u -d $(snapshot-date-fmt)`; \ - name=date -u -d "$$now" $(snapshot-name-fmt)`; \ + name=`date -u -d "$$now" $(snapshot-name-fmt)`; \ $(if $(on-branch),\ old="$(tag-prefix)$(tar-name)-$$name; \ new="$(tag-prefix)$(tar-name)$(snapshot-name)"; \