Fix syntax error
This commit is contained in:
parent
9edd6e2e77
commit
93754dbf60
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue