diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-22 22:36:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-22 22:36:11 +0000 |
commit | 1e96287768ceebc8d4515166c4453b07088e5ee8 (patch) | |
tree | 0714ce8af7c4b90870f37d9e731b72958e8cc9d5 | |
parent | a1711aa2c99dbf914b74aeeb4d2cd2809009c273 (diff) | |
download | glibc-1e96287768ceebc8d4515166c4453b07088e5ee8.tar glibc-1e96287768ceebc8d4515166c4453b07088e5ee8.tar.gz glibc-1e96287768ceebc8d4515166c4453b07088e5ee8.tar.bz2 glibc-1e96287768ceebc8d4515166c4453b07088e5ee8.zip |
Another typo.
-rw-r--r-- | fedora/Makefile | 2 |
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; \ |