From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <8737gxjup1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPBc8-0000hH-3u for guix-devel@gnu.org; Thu, 05 Jan 2017 12:14:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPBc4-0001K4-Ua for guix-devel@gnu.org; Thu, 05 Jan 2017 12:14:08 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:52043) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPBc4-0001Jk-Q5 for guix-devel@gnu.org; Thu, 05 Jan 2017 12:14:04 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari , guix-devel@gnu.org --=-=-= Content-Type: text/plain 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? :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlhuftoACgkQoqBt8qM6 VPrF2gf/WY1TIpQGN8FRMV8CqAGhgaqiJdcaYkzrBeuOPit8Ace+eDtmhI01v0fv gMgTCjeAW3i4j3K0Ggq+/zQAwE5z6AExxySyCCJMU8U+5/ypiLX7CZHWApHNNI9G J7Q1NVD3+7piMrunNXCkilIqOOoX2SH0oK/a/sV4p2oTKoyIGSLI9XclwlJT/WpO Eh7TnWibkjqS4azZiiohMQq8qX4SKCfMgBd3EKY5ijINQnYzqV72sUm3ddCobtPA z4aoESDA8lr3NXUMFeasTm//R9sWjFRnAr2Z2I//yhMOV3pvpYPaObFibsrwL3c+ /MsJsao0+YiKb3GoUl/jczz/3C8pBA== =TSLV -----END PGP SIGNATURE----- --=-=-=--