Skip to content

Commit

Permalink
Use the keyword for output and omit default arguments [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Sep 11, 2023
1 parent 05046b8 commit b1f0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -1830,7 +1830,7 @@ update-man-date: PHONY
ChangeLog:
$(ECHO) Generating $@
-$(Q) $(BASERUBY) -I"$(tooldir)/lib" -rvcs \
-e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \
-e 'VCS.detect(ARGV[0]).export_changelog(path: ARGV[1])' \
"$(srcdir)" $@

HELP_EXTRA_TASKS = ""
Expand Down

0 comments on commit b1f0d00

Please sign in to comment.