Do not call the shell to evaluate CHANGELOG_LIMIT
The git log command understands dates such as "1 year ago", so there is no need to use the date command.
This commit is contained in:
		| @@ -8,7 +8,7 @@ DISTFILE?=	${DISTPREFIX}.tar.bz2 | ||||
|  | ||||
| CLEANFILES+=	${NAME}-*.tar.bz2 | ||||
|  | ||||
| CHANGELOG_LIMIT?= --after=$(shell date --utc --date="1 year ago" +%Y-%m-%d) | ||||
| CHANGELOG_LIMIT?= --after="1 year ago" | ||||
|  | ||||
| _SNAP_SH=	date -u +%Y%m%d%H%M | ||||
| _SNAP:=		$(shell ${_SNAP_SH}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user