]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/bash-3.2-ssh_source_bash.patch
pakfire: use correct tree on x86_64.
[ipfire-2.x.git] / src / patches / bash-3.2-ssh_source_bash.patch
CommitLineData
ce84ace5
MT
1diff -up bash-4.0/config-top.h.ssh_source_bash bash-4.0/config-top.h
2--- bash-4.0/config-top.h.ssh_source_bash 2009-01-21 15:20:06.000000000 +0100
3+++ bash-4.0/config-top.h 2009-01-21 15:25:46.000000000 +0100
4@@ -90,7 +90,7 @@
5 sshd and source the .bashrc if so (like the rshd behavior). This checks
6 for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment,
7 which can be fooled under certain not-uncommon circumstances. */
746c2e6a
MT
8-/* #define SSH_SOURCE_BASHRC */
9+#define SSH_SOURCE_BASHRC
ce84ace5
MT
10
11 /* Define if you want the case-capitalizing operators (~[~]) and the
12 `capcase' variable attribute (declare -c). */