diff options
author | EuAndreh <eu@euandre.org> | 2021-06-26 18:50:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-26 21:07:43 -0300 |
commit | 10fc9691c03988cf5f07093c5b4af7903559525d (patch) | |
tree | ef8c0d69e25baf29d1f2fa55cd3d370a9f5de840 /Makefile | |
parent | aux/workflow/manpages.sh: s/assert/assert_arg/ (diff) | |
download | git-permalink-10fc9691c03988cf5f07093c5b4af7903559525d.tar.gz git-permalink-10fc9691c03988cf5f07093c5b4af7903559525d.tar.xz |
aux/workflow/assert-changelog.sh: Use getopts for arugments
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ check: all dev-check: check public sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh - sh aux/workflow/assert-changelog.sh $(NAME) $(NAME) + sh aux/workflow/assert-changelog.sh -n $(NAME) sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST) sh aux/workflow/assert-manpages.sh $(NAME) $(MAILING_LIST) |