svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-2.03-profile.patch

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