aboutsummaryrefslogtreecommitdiffstats
path: root/config-top.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-top.h')
-rw-r--r--config-top.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-top.h b/config-top.h
index 67ddcac..84f0a83 100644
--- a/config-top.h
+++ b/config-top.h
@@ -75,10 +75,10 @@
#define KSH_COMPATIBLE_SELECT
/* System-wide .bashrc file for interactive shells. */
-#define SYS_BASHRC "/system/etc/.bashrc"
+#define SYS_BASHRC "/system/etc/bash/bashrc"
/* System-wide .bash_logout for login shells. */
-/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
+#define SYS_BASH_LOGOUT "/system/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. */