From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: bug#29337: Bash reads system-wide bashrc unconditionally. Date: Fri, 24 Nov 2017 16:46:43 +0100 Message-ID: <87fu93n0jr.fsf@gnu.org> References: <878tf5ksmq.fsf@gnu.org> <87o9o039cb.fsf@gnu.org> <87mv3gsjt6.fsf@gnu.org> <8760a4nhhi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIGD3-0000g5-82 for bug-guix@gnu.org; Fri, 24 Nov 2017 10:48:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIGCw-0002fT-Hh for bug-guix@gnu.org; Fri, 24 Nov 2017 10:48:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47443) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIGCw-0002fD-F3 for bug-guix@gnu.org; Fri, 24 Nov 2017 10:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIGCw-0002Ml-5e for bug-guix@gnu.org; Fri, 24 Nov 2017 10:48:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <8760a4nhhi.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29337-done@debbugs.gnu.org Ludovic Courtès writes: > Heya, > > Roel Janssen skribis: > >> Roel Janssen skribis: >> >>>> 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 > >> Well it seems that it isn't ignored when it ought to be ignored -> when >> specifying --init-file. This is a difference between how Bash works on >> CentOS 7, and how Bash works on Guix(SD). I can't find a >> user-configurable option to make it work the same as on CentOS 7. > > Now, we’re compiling Bash with "-DSYS_BASHRC='\"/etc/bashrc\"'". I > wonder if removing that flag solves the --init-file case. It does. So, I have a custom bash package for my specific use-case. I'm not sure how it affects other functionality, but I would like it if we could make this change upstream at some point. Kind regards, Roel Janssen