(update): typo fix

This commit is contained in:
Roland McGrath 2004-09-22 22:35:40 +00:00
parent 996d168e57
commit a1711aa2c9

View 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)"; \