Fix option name

This commit is contained in:
Duncan Ferguson 2014-06-25 18:12:15 +01:00
parent 3cffd71b2f
commit 3416ab1288

View file

@ -1917,7 +1917,7 @@ sub run {
= "-xrm '$1.VT100.allowSendEvents:true'";
}
$self->config->dump() if ( $self->options->output_config);
$self->config->dump() if ( $self->options->dump_config);
$self->evaluate_commands() if ( $options{evaluate} );