Blame SOURCES/bash-2.03-profile.patch

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