File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ echo "stderr file: $stderr"
103
103
ZOMBIE_PID=$( get_zombie_pid_from_ppid ${ZOMBIE_PPID} )
104
104
[ -n " ${ZOMBIE_PPID} " ]
105
105
# "[command_line_extra.sh] <defunct>"
106
- ZOMBIE_CMDLINE_REGEX=' \[bash]\ <defunct>'
106
+ ZOMBIE_CMDLINE_REGEX=' \[( bash|sleep) ]\ <defunct>'
107
107
108
108
# Run process with special characters in parameters
109
109
" ${PROC} " escaped " $( echo -ne " \e\n\E[1;33m" ) \\ \n\e" &
@@ -116,7 +116,7 @@ echo "stderr file: $stderr"
116
116
# ## Wait for start of all processes (all processes have done exec())
117
117
# #######################################################################
118
118
wait_for_process $PID
119
- wait_for_process ${ZOMBIE_PID} " command_line_extra.sh "
119
+ wait_for_process ${ZOMBIE_PID} " +(bash|sleep) "
120
120
wait_for_process ${ESCAPED_PID}
121
121
122
122
# #######################################################################
You can’t perform that action at this time.
0 commit comments