]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/bash-4.0-profile-1.patch
Merge remote-tracking branch 'stevee/axel-log-fix' into axel-fixperms
[people/teissler/ipfire-2.x.git] / src / patches / bash-4.0-profile-1.patch
1 diff -up bash-3.2/config-top.h.profile bash-3.2/config-top.h
2 --- bash-3.2/config-top.h.profile 2008-07-17 13:35:39.000000000 +0200
3 +++ bash-3.2/config-top.h 2008-07-17 13:42:18.000000000 +0200
4 @@ -26,6 +26,8 @@
5 what POSIX.2 specifies. */
6 #define CONTINUE_AFTER_KILL_ERROR
7
8 +#define NON_INTERACTIVE_LOGIN_SHELLS
9 +
10 /* Define BREAK_COMPLAINS if you want the non-standard, but useful
11 error messages about `break' and `continue' out of context. */
12 #define BREAK_COMPLAINS