Blame SOURCES/bash-3.2-ssh_source_bash.patch

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