mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
(update): typo fix
This commit is contained in:
parent
996d168e57
commit
a1711aa2c9
@ -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)"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user