guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bash: Don't specify default configuration filenames.


From: Roel Janssen
Subject: 01/01: gnu: bash: Don't specify default configuration filenames.
Date: Sun, 4 Mar 2018 09:22:24 -0500 (EST)

roelj pushed a commit to branch core-updates
in repository guix.

commit 1382bde93c3ccb5be6b846b932edd7707fac1a3e
Author: Roel Janssen <address@hidden>
Date:   Wed Feb 7 12:29:22 2018 +0100

    gnu: bash: Don't specify default configuration filenames.
    
    * gnu/packages/bash.scm (bash): Remove SYS_BASHRC and SYS_BASH_LOGOUT.
---
 gnu/packages/bash.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 663a8a7..2cc0faf 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -99,9 +99,7 @@ number/base32-hash tuples, directly usable in the 
'patch-series' form."
           1))
 
 (define-public bash
-  (let* ((cppflags (string-join '("-DSYS_BASHRC='\"/etc/bashrc\"'"
-                                  "-DSYS_BASH_LOGOUT='\"/etc/bash_logout\"'"
-                                  "-DDEFAULT_PATH_VALUE='\"/no-such-path\"'"
+  (let* ((cppflags (string-join '("-DDEFAULT_PATH_VALUE='\"/no-such-path\"'"
                                   "-DSTANDARD_UTILS_PATH='\"/no-such-path\"'"
                                   "-DNON_INTERACTIVE_LOGIN_SHELLS"
                                   "-DSSH_SOURCE_BASHRC")



reply via email to

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