mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: bash: Don't specify default configuration filenames.
* gnu/packages/bash.scm (bash): Remove SYS_BASHRC and SYS_BASH_LOGOUT.
This commit is contained in:
parent
64bd7f35a1
commit
1382bde93c
1 changed files with 1 additions and 3 deletions
|
@ -99,9 +99,7 @@ (define (download-patches store count)
|
||||||
1))
|
1))
|
||||||
|
|
||||||
(define-public bash
|
(define-public bash
|
||||||
(let* ((cppflags (string-join '("-DSYS_BASHRC='\"/etc/bashrc\"'"
|
(let* ((cppflags (string-join '("-DDEFAULT_PATH_VALUE='\"/no-such-path\"'"
|
||||||
"-DSYS_BASH_LOGOUT='\"/etc/bash_logout\"'"
|
|
||||||
"-DDEFAULT_PATH_VALUE='\"/no-such-path\"'"
|
|
||||||
"-DSTANDARD_UTILS_PATH='\"/no-such-path\"'"
|
"-DSTANDARD_UTILS_PATH='\"/no-such-path\"'"
|
||||||
"-DNON_INTERACTIVE_LOGIN_SHELLS"
|
"-DNON_INTERACTIVE_LOGIN_SHELLS"
|
||||||
"-DSSH_SOURCE_BASHRC")
|
"-DSSH_SOURCE_BASHRC")
|
||||||
|
|
Loading…
Reference in a new issue