2021-01-06 09:48:34 +00:00
|
|
|
diff --git a/config-top.h b/config-top.h
|
|
|
|
index e5cc147..f5e0a52 100644
|
|
|
|
--- a/config-top.h
|
|
|
|
+++ b/config-top.h
|
|
|
|
@@ -106,7 +106,7 @@
|
2009-01-26 11:50:44 +00:00
|
|
|
sshd and source the .bashrc if so (like the rshd behavior). This checks
|
|
|
|
for the presence of SSH_CLIENT or SSH2_CLIENT in the initial environment,
|
|
|
|
which can be fooled under certain not-uncommon circumstances. */
|
2008-10-23 13:44:05 +00:00
|
|
|
-/* #define SSH_SOURCE_BASHRC */
|
|
|
|
+#define SSH_SOURCE_BASHRC
|
2009-01-26 11:50:44 +00:00
|
|
|
|
2021-01-06 09:48:34 +00:00
|
|
|
/* Define if you want the case-toggling operators (~[~]) and the
|
2009-01-26 11:50:44 +00:00
|
|
|
`capcase' variable attribute (declare -c). */
|