From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 07/08: gnu: Add ocaml-ssl. Date: Mon, 23 Jan 2017 16:31:18 -0500 Message-ID: <20170123213118.GB735@jasmine> References: <20170116213516.17292.49031@vcs.savannah.gnu.org> <20170116213517.59CD0220115@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVmCx-0001jV-CZ for guix-devel@gnu.org; Mon, 23 Jan 2017 16:31:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVmCu-0002G1-7B for guix-devel@gnu.org; Mon, 23 Jan 2017 16:31:23 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43492) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVmCu-0002Fv-4J for guix-devel@gnu.org; Mon, 23 Jan 2017 16:31:20 -0500 Content-Disposition: inline In-Reply-To: <20170116213517.59CD0220115@vcs.savannah.gnu.org> 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: guix-devel@gnu.org --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 16, 2017 at 09:35:17PM +0000, julien lepiller wrote: > roptat pushed a commit to branch master > in repository guix. >=20 > commit 37f17e2a1e797d3d1ea12da5afd69526e0abfd3e > Author: Julien Lepiller > Date: Fri Dec 30 11:53:24 2016 +0100 >=20 > gnu: Add ocaml-ssl. > =20 > * gnu/packages/ocaml.scm (ocaml-ssl): New variable. > + (substitute* "src/OCamlMakefile" > + (("/bin/sh") (which "bash"))) > + (substitute* "configure" > + (("/bin/sh") (which "bash")))))))) Hi Julien! I noticed that a handful of your new OCaml packages replace invocations of 'sh' with 'bash'. These shells actually have different behavior even though they are both provided by the Bash package (see INVOCATION in bash(1)). Can you change these substitutions to use (which "sh") instead? --opJtzjQTFsWo+cga Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAliGdiYACgkQJkb6MLrK fwjYmw//dA1mDMgZQa1LrU8iXEQDkPXfIkc6e0+BBIAD31XREIWyicdxBSsHT75Y i7cFtu707+em3Zt6VOfXGCy0Vu/do4ExprJmmWFSVjuU9SoTpqdWuygA7iu3M5S1 AhuzeQ8Bo30q+6BXqgFz6Ni0KI9CsYlenst/F8JNzpBrs1sV68LJheWgwoU9ipvq 29xigP7ZI9LwyFHWBUV4dmo+7DYVnvvFYdh6brFG5L05JYxg96nHodiyzj3JU/1B DS3Hos3pmQrYxRRkpT9wawdNbF/kTHw605TKzhzPpqvIxHcPIYQZV4EHhmpNcfUD rtfqCGN08LKYV+c5LUxOfD57efSykAmY0MibfE2lrLTXhEVMwlrJEDTDN35mRA0T J1TsndaME33TmdmmDDTmC6VDDMcEh/1bUPQdviKuorKPmJz9k+1se7abtuXjcad4 0GlFJLtFGxPjRwRPSNA/zOdM2oZ8AewnJrz8AkB9PssvriQwHQKFPiKnrl0NvNrT 4AQfoidBIGqPGYZkQImG0/eubReSFLe66xQKbZ1tpcpxxRf+paOV+nvDiIyz1qLB SRSJtzITPd7q4Ci5HAK3vtAXgoWJlp/rpQIekEHwGqroQpsR1npq9vcLOvm0sM2K bLvKgqhk6UVswgMzDKY8t6XSy6aZWvAFUHlEyG8g5snZ6wNF3Xk= =rOlF -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--