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

index e89bfe27db45e64a3c6b3e95ac65d490a3e0e9f4..05f308f13ce02eb0699cf417e41d9865af62ab82 100644 (file)
@@ -28,7 +28,7 @@ endif
 
 
 update:
-       now=`date -u -d $(snapshot-date-fmt)`; \
+       now=`date -u $(snapshot-date-fmt)`; \
        name=`date -u -d "$$now" $(snapshot-name-fmt)`; \
        $(if $(on-branch),\
          old="$(tag-prefix)$(tar-name)-$$name; \