vim: Update from 8.0.1650 to 8.0.1700
[termux-packages] / packages / bash / config-top.h.patch
1 diff -u -r ../bash-4.3/config-top.h ./config-top.h
2 --- ../bash-4.3/config-top.h 2012-08-18 20:51:30.000000000 -0400
3 +++ ./config-top.h 2015-07-13 19:19:51.094508470 -0400
4 @@ -80,7 +80,7 @@
5 #define KSH_COMPATIBLE_SELECT
6
7 /* System-wide .bashrc file for interactive shells. */
8 -/* #define SYS_BASHRC "/etc/bash.bashrc" */
9 +#define SYS_BASHRC "@TERMUX_PREFIX@/etc/bash.bashrc"
10
11 /* System-wide .bash_logout for login shells. */
12 /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */