X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a0cb024ea50865030512b67ad0a3cfaefc29b7f6..821e607e7760124765b4a5b00687990153d001ba:/sc.plp diff --git a/sc.plp b/sc.plp index 23d29ec..7207117 100644 --- a/sc.plp +++ b/sc.plp @@ -236,7 +236,7 @@ sub showrange { } my $units = do 'sc-units.inc.pl'; - die "Cannot open unit data: $_\n" for $! || $@ || (); + die "Cannot open unit data: $_\n" for $@ || $! || (); my $grouped = !exists $get{order}; if (exists $get{order}) { $get{order} ||= '';