civodul pushed a commit to branch version-1.2.0
in repository guix.
commit 5bc19300ee82093f9e20760dc5e305e12df12dd0
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Nov 17 09:18:04 2020 +0100
gnu: guix: Fix typo in comment.
* gnu/packages/package-management.scm (guix): Fix typo in comment.
---
gnu/packages/package-management.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 512f195..7e6f988 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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'.