3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Leo Famulari 2017-01-05 11:11:38 -05:00
parent 11b6687609
commit e483139141
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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