This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new e4c23027f8b fixup! gnu: hurd: Don't use bash label.
e4c23027f8b is described below
commit e4c23027f8bb9edfefa6b3b701e8481558010740
Author: Yelninei <[email protected]>
AuthorDate: Fri Sep 18 14:14:35 2026 +0000
fixup! gnu: hurd: Don't use bash label.
---
gnu/packages/hurd.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 34336722906..9d5104b6222 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -653,8 +653,7 @@ exec ${system}/rc \"$@\"
"-C" "libdde_linux26" "install"
(string-append "SHELL="
(search-input-file (or native-inputs
inputs)
- "/bin/bash")
- "/bin/bash")
+ "/bin/bash"))
(string-append "INSTALLDIR=" dir)
(string-append "ARCH=" arch))
(when ,(target-hurd64?)