summaryrefslogtreecommitdiff
path: root/fetch-files-cba.pl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-02-21 14:13:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-02-21 14:13:36 (GMT)
commit206a1b98bce0c0e4fa4936805aa88258a3c1fb8e (patch)
tree1890e4fac660185adfb9fdbdf1bf5df990efc01b /fetch-files-cba.pl
parent3eeb626406c2790c98e04aecacf7a61cc903e2ed (diff)
radio stimme works now with new cba (_cut vs no _cut)
Diffstat (limited to 'fetch-files-cba.pl')
-rwxr-xr-xfetch-files-cba.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-files-cba.pl b/fetch-files-cba.pl
index ccb7d7e..ddfdc18 100755
--- a/fetch-files-cba.pl
+++ b/fetch-files-cba.pl
@@ -39,7 +39,7 @@ binmode(STDIN, ":utf8");
binmode(STDOUT, ":utf8");
binmode(STDERR, ":utf8");
-if(@ARGV == 0) {
+if($#ARGV == 0) {
print "You have to supply a Series ID\n";
exit 1;
}