]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(update): typo fix
authorRoland McGrath <roland@gnu.org>
Wed, 22 Sep 2004 22:35:40 +0000 (22:35 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 Sep 2004 22:35:40 +0000 (22:35 +0000)
fedora/Makefile

index 78367ac3e211025a07c28136593bbdcc7909b642..e89bfe27db45e64a3c6b3e95ac65d490a3e0e9f4 100644 (file)
@@ -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)"; \