diff options
-rw-r--r-- | config-top.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-top.h b/config-top.h index 147d4f4..8489868 100644 --- a/config-top.h +++ b/config-top.h @@ -78,7 +78,7 @@ /* #define SYS_BASHRC "/etc/bash.bashrc" */ /* System-wide .bash_logout for login shells. */ -/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */ +#define SYS_BASH_LOGOUT "/etc/bash.bash_logout" /* Define this to make non-interactive shells begun with argv[0][0] == '-' run the startup files when not in posix mode. */ |