me
/
guix
Archived
1
0
Fork 0

gnu: guix: Fix typo in comment.

* gnu/packages/package-management.scm (guix): Fix typo in comment.
master
Ludovic Courtès 2020-11-17 09:18:04 +01:00
parent 9113de2ca2
commit 5bc19300ee
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ $(prefix)/etc/init.d\n")))
(("^#!.*/bash") (string-append "#! " bash "/bin/bash"))))) (("^#!.*/bash") (string-append "#! " bash "/bin/bash")))))
#t))) #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 ;; its shebang; that should remain unchanged, thus remove
;; the 'patch-shebangs' phase, which would otherwise ;; the 'patch-shebangs' phase, which would otherwise
;; change it to 'GUILE/bin/guile'. ;; change it to 'GUILE/bin/guile'.