diff options
-rwxr-xr-x | stats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ my @content = split /^-+$/m, $content; shift @content; if (scalar @content < 1) { - print STDERR, "Scoreboard seems to be empty!"; + print STDERR "Scoreboard seems to be empty!"; exit 1; } |