aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootgraph.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootgraph.pl b/scripts/bootgraph.pl
index 12caa822a232..b78fca994a15 100644
--- a/scripts/bootgraph.pl
+++ b/scripts/bootgraph.pl
@@ -44,7 +44,7 @@ my %end;
44my %type; 44my %type;
45my $done = 0; 45my $done = 0;
46my $maxtime = 0; 46my $maxtime = 0;
47my $firsttime = 100; 47my $firsttime = 99999;
48my $count = 0; 48my $count = 0;
49my %pids; 49my %pids;
50my %pidctr; 50my %pidctr;