13 lines
484 B
Diff
13 lines
484 B
Diff
diff -u -r ../bash-4.3/config-top.h ./config-top.h
|
|
--- ../bash-4.3/config-top.h 2012-08-18 20:51:30.000000000 -0400
|
|
+++ ./config-top.h 2015-07-13 19:19:51.094508470 -0400
|
|
@@ -80,7 +80,7 @@
|
|
#define KSH_COMPATIBLE_SELECT
|
|
|
|
/* System-wide .bashrc file for interactive shells. */
|
|
-/* #define SYS_BASHRC "/etc/bash.bashrc" */
|
|
+#define SYS_BASHRC "@TERMUX_PREFIX@/etc/bash.bashrc"
|
|
|
|
/* System-wide .bash_logout for login shells. */
|
|
/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
|