summaryrefslogtreecommitdiff
path: root/cron
diff options
context:
space:
mode:
Diffstat (limited to 'cron')
-rw-r--r--cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron b/cron
index c5b1830..ff419e7 100644
--- a/cron
+++ b/cron
@@ -61,7 +61,7 @@ while (defined($ThisLine = <STDIN>)) {
$User = $1;
$Runs->{$User}->{$ThisLine}++;
$ExecutedCommand{$PID} = {command=>$ThisLine, user=>$User};
- } elsif ($ThisLine =~ s/^CMD FINISH \((.+)\)\s*$/$1/) {
+ } elsif ($ThisLine =~ s/^CMD FINISH \((.+)\)\s*$/$1/) {
$Runs->{$User}->{$ThisLine}++;
} elsif ($ThisLine =~ s/^(END|CMD START) \((.+)\)\s*$/$1/) {
#Ignore for now, NetBSD users could get tricky with