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

* gnu/packages/bash.scm (bash): Remove SYS_BASHRC and SYS_BASH_LOGOUT.
master
Roel Janssen 2018-02-07 12:29:22 +01:00
parent 64bd7f35a1
commit 1382bde93c
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 1 additions and 3 deletions

View File

@ -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")