diff options
author | Marius Halden <marius.h@lden.org> | 2015-02-14 08:03:28 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2015-02-14 08:03:28 +0100 |
commit | b88149536dce591db6994c3c3995b289555f658e (patch) | |
tree | 1fc04308829acc1167a760ded5abc0995b4afc22 | |
parent | 482384808d02037edec92d5a454277340e99df89 (diff) | |
download | appdrift-stats-b88149536dce591db6994c3c3995b289555f658e.tar.gz appdrift-stats-b88149536dce591db6994c3c3995b289555f658e.tar.bz2 appdrift-stats-b88149536dce591db6994c3c3995b289555f658e.tar.xz |
Oops where did that comma come from? Well, now it's gone
-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; } |