Hi Maxim,
On Thu, 19 Dec 2024 at 16:58, Maxim Cournoyer wrote:
> Hm. I agree duplication is not nice. Probably a naming issue ;-)
Arf, as we know: « There are only two hard things in Computer Science:
cache invalidation and naming things. » :-)
> According to git blame these lines were also
Hi Simon,
Simon Tournier writes:
> Hi Maxim,
>
> On Mon, 16 Dec 2024 at 11:53, Maxim Cournoyer
> wrote:
>
>>> +_info()
>>> +{
>>> +if [ "$(type -P info)" ]; then
>>> +_msg "$1"
>>> +else
>>> +_msg "${WAR}Please install Info reader; see package 'info-reader'"
>>> +
Hi Maxim,
On Mon, 16 Dec 2024 at 11:53, Maxim Cournoyer wrote:
>> +_info()
>> +{
>> +if [ "$(type -P info)" ]; then
>> +_msg "$1"
>> +else
>> +_msg "${WAR}Please install Info reader; see package 'info-reader'"
>> +_msg "$1"
>> +fi
>> +}
>
> It seems odd to me
Hi Simon,
Simon Tournier writes:
> * etc/guix-install.sh (_info): New procedure.
> (_chk_sys_nscd, main_install): Use it.
>
> Change-Id: I2cad8bc2554cd4ea88f30c8a104b7c62f2aa2e0e
> ---
> etc/guix-install.sh | 18 ++
> 1 file changed, 14 insertions(+), 4 deletions(-)
>
> diff --
* etc/guix-install.sh (_info): New procedure.
(_chk_sys_nscd, main_install): Use it.
Change-Id: I2cad8bc2554cd4ea88f30c8a104b7c62f2aa2e0e
---
etc/guix-install.sh | 18 ++
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index