From e6510c83a2146436778fbd905bf6597eb187ca4f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 18:15:33 -0300 Subject: Makefile, README.md: Adapt to changes in aux/ --- aux/workflow/assert-changelog.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'aux/workflow/assert-changelog.sh') diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh index 61cd916..e2cd926 100755 --- a/aux/workflow/assert-changelog.sh +++ b/aux/workflow/assert-changelog.sh @@ -33,8 +33,7 @@ for VVERSION in $(git tag); do done # "$@" represents a list of tags to be also included in the verification. -# shellcheck disable=2068 -for VVERSION in $@; do +for VVERSION in "$@"; do DATE="$(date '+%Y-%m-%d')" assert "$DATE" "$VVERSION" done -- cgit v1.2.3