mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
599 B
Diff
16 lines
599 B
Diff
|
--- src/bash-4.0/config-top.h 2009-01-04 11:32:23.000000000 -0800
|
||
|
+++ config-top.h 2009-08-25 08:41:08.000000000 -0700
|
||
|
@@ -75,10 +75,10 @@
|
||
|
#define KSH_COMPATIBLE_SELECT
|
||
|
|
||
|
/* System-wide .bashrc file for interactive shells. */
|
||
|
-/* #define SYS_BASHRC "/etc/bash.bashrc" */
|
||
|
+#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. */
|