[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-5.0 release available
From: |
Bernhard Voelker |
Subject: |
Re: Bash-5.0 release available |
Date: |
Wed, 16 Jan 2019 08:38:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 |
On 1/9/19 8:39 PM, Pádraig Brady wrote:
> Anyway that reminds me I was playing around with
> centrally overriding builtins in our test suite in the attached.
> It does slow things down somewhat.
I'm not so worried about slowing down the tests, and I guess that
the result could be cached by the first test and be re-used by the
following ones.
> + is_builtin_ "$cmd" && eval "$cmd() { env $cmd \"\$@\"; }"
Do shell functions get inherited to sub-shells properly in the shells
we support?
Have a nice day,
Berny