guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/5] gnu: gnu-make: Don't replace 'sh' reference with 'bash'.


From: Marius Bakke
Subject: Re: [PATCH 2/5] gnu: gnu-make: Don't replace 'sh' reference with 'bash'.
Date: Thu, 05 Jan 2017 18:14:02 +0100
User-agent: Notmuch/0.23.4 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Leo Famulari <address@hidden> 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? :-)

Attachment: signature.asc
Description: PGP signature


reply via email to

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