mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
Interpreter: fix incorrect handling of quoted arguments
This commit is contained in:
parent
6f6090efc5
commit
2dc78f7383
@ -370,6 +370,7 @@ sub make_args {
|
||||
} else {
|
||||
# mismatched quotes, shove the remainder as the last positional argument
|
||||
push @arglist, $rest;
|
||||
push @arglist_quotes, $rest;
|
||||
last;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user