Subversion Repositories DevTools

Rev

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

Rev 5568 Rev 5578
Line 582... Line 582...
582
{
582
{
583
    #
583
    #
584
    #   Save the programs exit code
584
    #   Save the programs exit code
585
    #   This END block may use the 'system' call and this will clobber the value in $?
585
    #   This END block may use the 'system' call and this will clobber the value in $?
586
    #   which is the systems exit code
586
    #   which is the systems exit code
587
    #   
-
 
588
    #   Limit exist codes to 16 bits
-
 
589
    #
587
    #
590
    Message("Cleanup processing($?)");
588
    Message("Cleanup processing($?)");
591
    local $?;
589
    local $?;
592
 
590
 
593
    #
591
    #