summaryrefslogtreecommitdiff
path: root/fedora/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 22:35:40 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 22:35:40 +0000
commita1711aa2c99dbf914b74aeeb4d2cd2809009c273 (patch)
tree9a7e00be0d04262c7cb8b83eaa62043cb91e0b72 /fedora/Makefile
parent996d168e574d6867fae64b5af7cf2fd794bff674 (diff)
(update): typo fix
Diffstat (limited to 'fedora/Makefile')
-rw-r--r--fedora/Makefile2
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)"; \