guix-patches
[Top][All Lists]
Advanced

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

[bug#30379] [PATCH] gnu: bash: Don't specify default configuration filen


From: Roel Janssen
Subject: [bug#30379] [PATCH] gnu: bash: Don't specify default configuration filenames.
Date: Wed, 07 Feb 2018 12:39:09 +0100
User-agent: mu4e 0.9.18; emacs 25.1.1

Attachment: 0001-gnu-bash-Don-t-specify-default-configuration-filenam.patch
Description: Text Data

Dear guix,

In bug #29337 I reported a “problem” with our Bash package:  It reads
/etc/bashrc even when it shouldn't, according to its own documentation.
I also compared the behavior of Bash on CentOS to that of Bash on Guix
with the following test:

> On CentOS 7, the following happens (yes, I added the echo-statement to
> /etc/bashrc on CentOS as well):
> $ env - bash --init-file <(echo "echo \"Goodbye, world\"") -i
> Goodbye, world
>
> On GuixSD:
> $ env - bash --init-file <(echo "echo \"Goodbye, world\"") -i
> Hello, world
> Goodbye, world

I attached the proposed patch (removing -DSYS_BASHRC).  May I push this
to core-updates now, or should I wait for the next core-updates cycle?

Thanks!

Kind regards,
Roel Janssen

reply via email to

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