From 11b6687609f24e3f238314c4b40a54341f96ab3c Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 5 Jan 2017 11:11:18 -0500 Subject: 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(-) (limited to 'gnu/packages/base.scm') diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 1483cd3421..3457c79bbc 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. -- cgit v1.2.3