Blame bash-3.2-ssh_source_bash.patch

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