summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index 076c186..e05fa06 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -4173,7 +4173,7 @@ cmd_tmpwm (int interactive, struct cmdarg **args)
do
{
child = waitpid (pid, &status, 0);
- } while (child != pid);
+ } while (child != -1 && child != pid);
/* Enable our SIGCHLD handler */
set_sig_handler (SIGCHLD, chld_handler);
/* Some processes may have quit while our sigchld handler was