Blame SOURCES/bash-2.03-profile.patch

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