mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 05:17:59 +02:00
12 lines
256 B
Diff
12 lines
256 B
Diff
*** ../bash-4.2-patched/sig.c 2011-03-12 13:14:06.000000000 -0500
|
|
--- sig.c 2013-01-05 18:00:28.000000000 -0500
|
|
***************
|
|
*** 359,362 ****
|
|
--- 359,364 ----
|
|
}
|
|
#endif /* !HAVE_POSIX_SIGNALS */
|
|
+
|
|
+ termsigs_initialized = 0;
|
|
}
|
|
#undef XSIG
|