diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-22 22:35:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-22 22:35:40 +0000 |
commit | a1711aa2c99dbf914b74aeeb4d2cd2809009c273 (patch) | |
tree | 9a7e00be0d04262c7cb8b83eaa62043cb91e0b72 | |
parent | 996d168e574d6867fae64b5af7cf2fd794bff674 (diff) | |
download | glibc-a1711aa2c99dbf914b74aeeb4d2cd2809009c273.tar.gz |
(update): typo fix
-rw-r--r-- | fedora/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile index 78367ac3e2..e89bfe27db 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)"; \ |