summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-17 09:18:04 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-17 23:22:34 +0100
commit5bc19300ee82093f9e20760dc5e305e12df12dd0 (patch)
tree8f13f591bc76023181c480270605729c16e9e694
parent9113de2ca2db195908e3262b3752f8392ada8630 (diff)
gnu: guix: Fix typo in comment.
* gnu/packages/package-management.scm (guix): Fix typo in comment.
-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'.