guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49796] [PATCH 2/2] etc/committer: Pass command-line arguments to ma


From: Sarah Morgensen
Subject: [bug#49796] [PATCH 2/2] etc/committer: Pass command-line arguments to main.
Date: Sat, 31 Jul 2021 14:03:18 -0700

* etc/committer.scm.in: Call main with command line arguments.
---
 etc/committer.scm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/committer.scm.in b/etc/committer.scm.in
index ec831643af..eaef759d81 100755
--- a/etc/committer.scm.in
+++ b/etc/committer.scm.in
@@ -382,4 +382,4 @@ modifying."
                  ;; insertions lead to offsets.
                  (new+old+hunks (diff-info)))))))
 
-(main)
+(apply main (cdr (command-line)))
-- 
2.31.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]