[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.
- branch core-updates updated (92e7795 -> 8ee40f6), Leo Famulari, 2017/01/06
- 02/06: gnu: m4: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/06
- 04/06: gnu: glibc/linux: Don't replace 'sh' reference with 'bash'.,
Leo Famulari <=
- 03/06: gnu: gnu-make: Don't replace 'sh' reference with 'bash'., Leo Famulari, 2017/01/06
- 05/06: gnu: glibc/linux: Use /bin/sh instead of /bin/bash as the default shell., Leo Famulari, 2017/01/06
- 06/06: Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."", Leo Famulari, 2017/01/06
- 01/06: Merge branch 'master' into core-updates, Leo Famulari, 2017/01/06