[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30379] [PATCH] gnu: bash: Don't specify default configuration filen
From: |
Ludovic Courtès |
Subject: |
[bug#30379] [PATCH] gnu: bash: Don't specify default configuration filenames. |
Date: |
Fri, 09 Feb 2018 15:06:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi,
Roel Janssen <address@hidden> skribis:
> 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?
Not now, because it’s still not merged (but you can help! :-)), but
definitely soonish, hopefully within a few days.
(I think that’s what we agreed on
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29337#28>.)
Thank you!
Ludo’.