diff options
Diffstat (limited to 'app-shells/bash/files/config-top.h.diff')
-rw-r--r-- | app-shells/bash/files/config-top.h.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-shells/bash/files/config-top.h.diff b/app-shells/bash/files/config-top.h.diff new file mode 100644 index 000000000000..51367b300833 --- /dev/null +++ b/app-shells/bash/files/config-top.h.diff @@ -0,0 +1,12 @@ +--- config-top.h.orig 2002-04-06 18:38:23.000000000 +0200 ++++ config-top.h 2002-04-06 18:24:18.000000000 +0200 +@@ -56,7 +56,7 @@ + + /* Define this to make non-interactive shells begun with argv[0][0] == '-' + run the startup files when not in posix mode. */ +-/* #define NON_INTERACTIVE_LOGIN_SHELLS */ ++#define NON_INTERACTIVE_LOGIN_SHELLS + + /* Define this if you want bash to try to check whether it's being run by + sshd and source the .bashrc if so (like the rshd behavior). */ + |