From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/5] gnu: gnu-make: Don't replace 'sh' reference with 'bash'. Date: Thu, 5 Jan 2017 12:40:15 -0500 Message-ID: <20170105174015.GA23295@jasmine> References: <8737gxjup1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPC1W-0005E1-Gu for guix-devel@gnu.org; Thu, 05 Jan 2017 12:40:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPC1S-0003cx-Hg for guix-devel@gnu.org; Thu, 05 Jan 2017 12:40:22 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:48013) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPC1S-0003cr-CM for guix-devel@gnu.org; Thu, 05 Jan 2017 12:40:18 -0500 Content-Disposition: inline In-Reply-To: <8737gxjup1.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 05, 2017 at 06:14:02PM +0100, Marius Bakke wrote: > Leo Famulari writes: >=20 > > * 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 =3D.*$") > > - (format #f "default_shell =3D \"~a/bin/bash\";\n" > > + (format #f "default_shell =3D \"~a/bin/sh\";\n" > > bash))))))))) >=20 > 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 :) --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlhuhP8ACgkQJkb6MLrK fwjOdg//S47IhdDmsbau4uddF1Yli4xs61f50IIYctNPRsEEThI0ZlyK7mTfRfVO 3bbHylCajwKMFlPZ2HOb6lQ/w0R8Qp2hvV3UObmaFnelCC4nm5+hUNkLwgnU1TX0 IWfZE6dssmQEzXLm2zItLHKk64/jQHxz37JYmc9sWyY+MbQ0ESGT9stIPIVTum1E oU3dxG+Cm6DhgZ4g3v4iHql5lsIhgrqZGDEkwTOZbNemLaFSDPR7AQMJ9dkVpRjU k7N+fmJIFBIBzK72+HDBzIFeiWfEeVAO875m06j9p4TPEMPhQ/sDDtQNFGnqZzGG NuIkcdVNQBQ2psH70Ts3LqIMCazdW3klUgVFD/4IVbCVseaqwNyhtxGCLMIhSAsL XJ31xQVuYdBwO7X3fCQxmm0h2DFQBml76os64duwOjX2OWXY4NfXmE9Ww4OGWCJ8 FuX3F3do4n7bYsmDZXiqv2WxQM6osa3Z0QIg1gU7tMCM97MOyY/Wd/OZaUzF6Tyu 7GyJLeOKDPW+M11P+JAHIDjzthnZzyk9tWziumKEBH324ONfYz9Awayxpi5A/+rZ 47u9/Rq4GkUH5w+6xs1jV7cAmMvGrzO0u5z6atDjUlp34EpLuQmFdCR6kSXhbBvl XVJpH8lyMs8wpAZppx0OekKgzI/drfaN9Nl2PthSoWnTfFGFmow= =YJGE -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--