svn commit: trunk/busybox/shell

vodz at busybox.net vodz at busybox.net
Tue Dec 13 13:24:34 UTC 2005


Author: vodz
Date: 2005-12-13 05:24:23 -0800 (Tue, 13 Dec 2005)
New Revision: 12872

Log:
remove sigsetmask, noticed by Bernhard

Modified:
   trunk/busybox/shell/ash.c


Changeset:
Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c	2005-12-13 11:52:46 UTC (rev 12871)
+++ trunk/busybox/shell/ash.c	2005-12-13 13:24:23 UTC (rev 12872)
@@ -2543,7 +2543,11 @@
 	int i;
 
 	intpending = 0;
+#if 0
+	/* comment by vodz: its strange for me, this programm don`t use other
+	   signal block */
 	sigsetmask(0);
+#endif
 	i = EXSIG;
 	if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
 		if (!(rootshell && iflag)) {




More information about the busybox-cvs mailing list