Ignore:
Timestamp:
02/27/19 00:57:09 (5 years ago)
Author:
nanardon
Message:

Don't add to history empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Cli/Base.pm

    r2218 r2224  
    314314        }; 
    315315        $_[0]->Context->{_line} = $line; 
    316         $term->addhistory($line); 
     316        $term->addhistory($line) if ($line =~ /\S/); 
    317317        my $res = $self->run(shellwords($line)); 
    318318        $self->rollback if (!$self->Context->TransMode); 
Note: See TracChangeset for help on using the changeset viewer.