From 1382bde93c3ccb5be6b846b932edd7707fac1a3e Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 7 Feb 2018 12:29:22 +0100 Subject: [PATCH] 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 663a8a706e..2cc0faf190 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")