guix-devel
[Top][All Lists]
Advanced

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

Re: 07/08: gnu: Add ocaml-ssl.


From: Leo Famulari
Subject: Re: 07/08: gnu: Add ocaml-ssl.
Date: Mon, 23 Jan 2017 16:31:18 -0500
User-agent: Mutt/1.7.2 (2016-11-26)

On Mon, Jan 16, 2017 at 09:35:17PM +0000, julien lepiller wrote:
> roptat pushed a commit to branch master
> in repository guix.
> 
> commit 37f17e2a1e797d3d1ea12da5afd69526e0abfd3e
> Author: Julien Lepiller <address@hidden>
> Date:   Fri Dec 30 11:53:24 2016 +0100
> 
>     gnu: Add ocaml-ssl.
>     
>     * 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?

Attachment: signature.asc
Description: PGP signature


reply via email to

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