Blame SOURCES/bash-3.2-ssh_source_bash.patch

bb9a7e
diff --git a/config-top.h b/config-top.h
bb9a7e
index e5cc147..f5e0a52 100644
bb9a7e
--- a/config-top.h
bb9a7e
+++ b/config-top.h
bb9a7e
@@ -106,7 +106,7 @@
bb9a7e
    sshd and source the .bashrc if so (like the rshd behavior).  This checks
bb9a7e
    for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment,
bb9a7e
    which can be fooled under certain not-uncommon circumstances. */
bb9a7e
-/* #define SSH_SOURCE_BASHRC */
bb9a7e
+#define SSH_SOURCE_BASHRC
bb9a7e
 
bb9a7e
 /* Define if you want the case-toggling operators (~[~]) and the
bb9a7e
    `capcase' variable attribute (declare -c). */