about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 22:36:11 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 22:36:11 +0000
commit1e96287768ceebc8d4515166c4453b07088e5ee8 (patch)
tree0714ce8af7c4b90870f37d9e731b72958e8cc9d5
parenta1711aa2c99dbf914b74aeeb4d2cd2809009c273 (diff)
downloadglibc-1e96287768ceebc8d4515166c4453b07088e5ee8.tar.gz
glibc-1e96287768ceebc8d4515166c4453b07088e5ee8.tar.xz
glibc-1e96287768ceebc8d4515166c4453b07088e5ee8.zip
Another typo.
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index e89bfe27db..05f308f13c 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -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; \