From a1711aa2c99dbf914b74aeeb4d2cd2809009c273 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Sep 2004 22:35:40 +0000 Subject: (update): typo fix --- fedora/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fedora/Makefile') 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)"; \ -- cgit v1.2.3