Fix syntax error

This commit is contained in:
Juerd Waalboer 2021-12-03 18:11:37 +01:00
parent 9edd6e2e77
commit 93754dbf60

View file

@ -1,6 +1,6 @@
#!perl
sub command :Tab(tail) ($self, $cart, $command, @) = @_;
sub command :Tab(tail) ($self, $cart, $command, @) {
return NEXT if $command ne 'tail';
my $n = (`tput lines 2>/dev/null` || 13) - 3;