diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:29:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:29:53 (GMT) |
commit | 249faff8c004ccdf1af87680b2bd684454f96ff9 (patch) | |
tree | baced9c886e422fbafeecc633ac0f195d196531e /abs/core/bash/enable-system-config-files.patch | |
parent | 999d8e68e11f9676c491540601ae0a191e1fab49 (diff) | |
download | linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.zip linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.tar.gz linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.tar.bz2 |
bash 4.2
Diffstat (limited to 'abs/core/bash/enable-system-config-files.patch')
-rw-r--r-- | abs/core/bash/enable-system-config-files.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/core/bash/enable-system-config-files.patch b/abs/core/bash/enable-system-config-files.patch deleted file mode 100644 index 5295355..0000000 --- a/abs/core/bash/enable-system-config-files.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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. */ |