summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/package-management.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 512f1950a3..7e6f98862d 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'.