X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2Frexec;h=48dea14f31287ab4c7b5483e42883ad19cea89ae;hb=94cda08bcb40d3ecf64b814be4d69ab5e4de1c84;hp=7f737601e0c238d910afbc7dbbc5e0a2b671b001;hpb=77d27a1927fe55c31f7d5b8f7cf17a850a31ac46;p=clearscm.git diff --git a/bin/rexec b/bin/rexec index 7f73760..48dea14 100755 --- a/bin/rexec +++ b/bin/rexec @@ -80,7 +80,7 @@ sub Interrupted { display BLUE . "\nInterrupted execution on $currentHost" . RESET; - Stats \%total, $log; + Stats \%total; display_nolf "Executing on " . YELLOW . $currentHost . RESET . " - " . GREEN . BOLD . "S" . RESET . GREEN . "kip" . RESET . ", " @@ -109,7 +109,7 @@ sub Interrupted { $total{Skips}++; } elsif ($answer eq "a") { display RED . "Aborting run". RESET; - Stats \%total, $log; + Stats \%total; exit; } else { display "Continuing...";