mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-12-17 16:21:11 +08:00
--extracmds no longer accepts comma-separated lists
This caused issues with commands that had commas in them
This commit is contained in:
@@ -118,7 +118,7 @@ sub interpretCommandline
|
||||
$options->{curvestyleall} = '' unless defined $options->{curvestyleall};
|
||||
|
||||
# expand options that are given as comma-separated lists
|
||||
for my $listkey (qw(extracmds histogram y2))
|
||||
for my $listkey (qw(histogram y2))
|
||||
{
|
||||
@{$options{$listkey}} = map split('\s*,\s*', $_), @{$options{$listkey}}
|
||||
if defined $options{$listkey};
|
||||
|
||||
Reference in New Issue
Block a user