guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: glibc/linux: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 04/06: gnu: glibc/linux: Don't replace 'sh' reference with 'bash'.
Date: Fri, 6 Jan 2017 22:21:39 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 11b6687609f24e3f238314c4b40a54341f96ab3c
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 5 11:11:18 2017 -0500

    gnu: glibc/linux: Don't replace 'sh' reference with 'bash'.
    
    * gnu/packages/base.scm (glibc/linux)[arguments]: Use /bin/sh instead of
    /bin/bash in 'pre-configure' phase.
---
 gnu/packages/base.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 1483cd3..3457c79 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -622,7 +622,7 @@ store.")
                       ;; Same for `popen'.
                       (substitute* "libio/iopopen.c"
                         (("/bin/sh")
-                         (string-append bash "/bin/bash")))
+                         (string-append bash "/bin/sh")))
 
                       ;; Same for the shell used by the 'exec' functions for
                       ;; scripts that lack a shebang.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]