Explorar o código

Fixed some error stuff

Samuel W. Flint %!s(int64=8) %!d(string=hai) anos
pai
achega
4ebc993812
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      history-stats

+ 4 - 0
history-stats

@@ -15,6 +15,10 @@ sub hashValueDescendingNum {
 while (<HISTORY>) {
     my $command = $_;
 
+    if ($command =~ m/^$/) {
+        next;
+    }
+
     my @comm = split(' ', $command);
 
     if ($comm[0] eq "sudo") {