33fc6cffab
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bash#a6e6d286e4a319b6ca72fd4b4457f11f806f25c1
13 lines
479 B
Diff
13 lines
479 B
Diff
diff -up bash-3.2/config-top.h.profile bash-3.2/config-top.h
|
|
--- bash-3.2/config-top.h.profile 2008-07-17 13:35:39.000000000 +0200
|
|
+++ bash-3.2/config-top.h 2008-07-17 13:42:18.000000000 +0200
|
|
@@ -26,6 +26,8 @@
|
|
what POSIX.2 specifies. */
|
|
#define CONTINUE_AFTER_KILL_ERROR
|
|
|
|
+#define NON_INTERACTIVE_LOGIN_SHELLS
|
|
+
|
|
/* Define BREAK_COMPLAINS if you want the non-standard, but useful
|
|
error messages about `break' and `continue' out of context. */
|
|
#define BREAK_COMPLAINS
|