guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: glibc/linux: Use /bin/sh instead of /bin/bash as the default


From: Leo Famulari
Subject: 05/06: gnu: glibc/linux: Use /bin/sh instead of /bin/bash as the default shell.
Date: Fri, 6 Jan 2017 22:21:39 +0000 (UTC)

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

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

    gnu: glibc/linux: Use /bin/sh instead of /bin/bash as the default shell.
    
    * gnu/packages/base.scm (glibc/linux)[arguments]: Use /bin/sh for scripts 
that
    lack a shebang.
---
 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 3457c79..4898b18 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -629,7 +629,7 @@ store.")
                       (substitute* (find-files "." "^paths\\.h$")
                         (("#define[[:blank:]]+_PATH_BSHELL[[:blank:]].*$")
                          (string-append "#define _PATH_BSHELL \""
-                                        bash "/bin/bash\"\n")))
+                                        bash "/bin/sh\"\n")))
 
                       ;; Nscd uses __DATE__ and __TIME__ to create a string to
                       ;; make sure the client and server come from the same



reply via email to

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