guix-commits
[Top][All Lists]
Advanced

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

17/145: guix: lint: Fix comment per TODO.


From: guix-commits
Subject: 17/145: guix: lint: Fix comment per TODO.
Date: Mon, 10 Jan 2022 11:44:02 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 44a64b611651c481b4132d6225979616e222280b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 17 15:59:06 2021 -0500

    guix: lint: Fix comment per TODO.
    
    * guix/lint.scm (check-wrapper-inputs): Address TODO in comment.
---
 guix/lint.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index 379bd0e80b..3ca7a0b608 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -571,9 +571,7 @@ or \"bash-minimal\" is not in its inputs. 'wrap-script' is 
not supported."
                                        input-names)))
   (define (check-procedure-body body)
     (match body
-      ;; Explicitely setting an interpreter is acceptable,
-      ;; #:sh support is added on 'core-updates'.
-      ;; TODO(core-updates): remove mention of core-updates.
+      ;; Explicitely setting an interpreter is acceptable.
       (('wrap-program _ '#:sh . _) '())
       (('wrap-program _ . _)
        (list (report-wrap-program-error package 'wrap-program)))



reply via email to

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