50ece2
diff -up bash-4.0/config-top.h.ssh_source_bash bash-4.0/config-top.h
50ece2
--- bash-4.0/config-top.h.ssh_source_bash	2009-01-21 15:20:06.000000000 +0100
50ece2
+++ bash-4.0/config-top.h	2009-01-21 15:25:46.000000000 +0100
50ece2
@@ -90,7 +90,7 @@
50ece2
    sshd and source the .bashrc if so (like the rshd behavior).  This checks
50ece2
    for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment,
50ece2
    which can be fooled under certain not-uncommon circumstances. */
50ece2
-/* #define SSH_SOURCE_BASHRC */
50ece2
+#define SSH_SOURCE_BASHRC
50ece2
 
50ece2
 /* Define if you want the case-capitalizing operators (~[~]) and the
50ece2
    `capcase' variable attribute (declare -c). */