Blame SOURCES/bash-2.03-profile.patch

3fb13f
diff -up bash-3.2/config-top.h.profile bash-3.2/config-top.h
3fb13f
--- bash-3.2/config-top.h.profile	2008-07-17 13:35:39.000000000 +0200
3fb13f
+++ bash-3.2/config-top.h	2008-07-17 13:42:18.000000000 +0200
3fb13f
@@ -26,6 +26,8 @@
3fb13f
    what POSIX.2 specifies. */
3fb13f
 #define CONTINUE_AFTER_KILL_ERROR
3fb13f
 
3fb13f
+#define NON_INTERACTIVE_LOGIN_SHELLS
3fb13f
+
3fb13f
 /* Define BREAK_COMPLAINS if you want the non-standard, but useful
3fb13f
    error messages about `break' and `continue' out of context. */
3fb13f
 #define BREAK_COMPLAINS