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