guix-commits
[Top][All Lists]
Advanced

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

05/08: etc/committer: Pass command-line arguments to main.


From: guix-commits
Subject: 05/08: etc/committer: Pass command-line arguments to main.
Date: Tue, 10 Aug 2021 11:33:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 80fc776a614befdae7b2d22f8b154a74e5e679c4
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Sat Jul 31 14:03:18 2021 -0700

    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>
---
 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 16f21f6..e81ce16 100755
--- a/etc/committer.scm.in
+++ b/etc/committer.scm.in
@@ -383,4 +383,4 @@ modifying."
                  ;; insertions lead to offsets.
                  (new+old+hunks (diff-info)))))))
 
-(main)
+(apply main (cdr (command-line)))



reply via email to

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