svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-3.2-ssh_source_bash.patch

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