svashisht / rpms / bash

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