Blame SOURCES/bash-2.03-profile.patch

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