From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: Re: 07/08: gnu: Add ocaml-ssl.
Date: Mon, 23 Jan 2017 16:31:18 -0500 [thread overview]
Message-ID: <20170123213118.GB735@jasmine> (raw)
In-Reply-To: <20170116213517.59CD0220115@vcs.savannah.gnu.org>
[-- Attachment #1: Type: text/plain, Size: 922 bytes --]
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 <julien@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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next parent reply other threads:[~2017-01-23 21:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170116213516.17292.49031@vcs.savannah.gnu.org>
[not found] ` <20170116213517.59CD0220115@vcs.savannah.gnu.org>
2017-01-23 21:31 ` Leo Famulari [this message]
2017-01-24 9:31 ` 07/08: gnu: Add ocaml-ssl julien lepiller
2017-01-24 19:08 ` Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170123213118.GB735@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).