]> git.pld-linux.org Git - packages/bash.git/blame - bash-sighup.patch
Up to 5.2.26
[packages/bash.git] / bash-sighup.patch
CommitLineData
72d4e15d 1diff -Nur bash-2.03.ORIG/execute_cmd.c bash-2.03/execute_cmd.c
2--- bash-2.03.ORIG/execute_cmd.c Tue Jan 26 18:23:49 1999
3+++ bash-2.03/execute_cmd.c Tue Jan 25 13:58:35 2000
4@@ -2912,7 +2912,7 @@
5 void
6 setup_async_signals ()
7 {
8-#if defined (__BEOS__)
9+#if defined (__BEOS__) || defined (linux)
10 set_signal_handler (SIGHUP, SIG_IGN); /* they want csh-like behavior */
11 #endif
12
This page took 0.149118 seconds and 4 git commands to generate.