Subversion Repositories DevTools

Rev

Rev 2423 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2423 Rev 2426
Line 975... Line 975...
975
            #   be taken as a signal to kill the command.
975
            #   be taken as a signal to kill the command.
976
            #
976
            #
977
            if ( exists ($opt->{'process'}) && $opt->{'process'}($self, $data) )
977
            if ( exists ($opt->{'process'}) && $opt->{'process'}($self, $data) )
978
            {
978
            {
979
                kill 9, $pid;
979
                kill 9, $pid;
-
 
980
                sleep(1);
980
                last;
981
                last;
981
            }
982
            }
982
        }
983
        }
983
    }
984
    }
984
 
985