mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 20:42:38 +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 {
|
} else {
|
||||||
# mismatched quotes, shove the remainder as the last positional argument
|
# mismatched quotes, shove the remainder as the last positional argument
|
||||||
push @arglist, $rest;
|
push @arglist, $rest;
|
||||||
|
push @arglist_quotes, $rest;
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user