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 <jul...@lepiller.eu>
> 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