gnu: guix: Fix typo in comment.
authorLudovic Courtès <ludo@gnu.org>
Tue, 17 Nov 2020 08:18:04 +0000 (09:18 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 17 Nov 2020 22:22:34 +0000 (23:22 +0100)
* gnu/packages/package-management.scm (guix): Fix typo in comment.

gnu/packages/package-management.scm

index 512f195..7e6f988 100644 (file)
@@ -338,7 +338,7 @@ $(prefix)/etc/init.d\n")))
                                 (("^#!.*/bash") (string-append "#! " bash "/bin/bash")))))
                           #t)))
 
-                    ;; The 'guix' executable has 'OUT/libexec/guix/guile' has
+                    ;; The 'guix' executable has 'OUT/libexec/guix/guile' as
                     ;; its shebang; that should remain unchanged, thus remove
                     ;; the 'patch-shebangs' phase, which would otherwise
                     ;; change it to 'GUILE/bin/guile'.