On Thu, Jan 05, 2017 at 06:14:02PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > * gnu/packages/base.scm (gnu-make)[arguments]: Use /bin/sh instead of /bin/bash > > in 'set-default-shell' 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 66c5e0cdc..1f25a05aa 100644 > > --- a/gnu/packages/base.scm > > +++ b/gnu/packages/base.scm > > @@ -364,7 +364,7 @@ functionality beyond that which is outlined in the POSIX standard.") > > (let ((bash (assoc-ref inputs "bash"))) > > (substitute* "job.c" > > (("default_shell =.*$") > > - (format #f "default_shell = \"~a/bin/bash\";\n" > > + (format #f "default_shell = \"~a/bin/sh\";\n" > > bash))))))))) > > Could you add a #t at the end of this phase while at it? :-) Yes, I'll go through the whole series and make this change where appropriate :)