mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
etc/committer: Pass command-line arguments to main.
* etc/committer.scm.in: Call main with command line arguments. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
73177859bc
commit
80fc776a61
1 changed files with 1 additions and 1 deletions
|
@ -383,4 +383,4 @@ (define* (change-commit-message* file-name old new #:rest rest)
|
|||
;; insertions lead to offsets.
|
||||
(new+old+hunks (diff-info)))))))
|
||||
|
||||
(main)
|
||||
(apply main (cdr (command-line)))
|
||||
|
|
Loading…
Reference in a new issue