-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A:external-commandsIssues related to external commandsIssues related to external commandsA:quoting-expansionIssues related to string quoting, interpolation, and expansion of variable or glob patternsIssues related to string quoting, interpolation, and expansion of variable or glob patterns
Milestone
Description
Describe the bug
External command paramaters get stripped of their outmost single quotes when their prefix contains an =.
How to reproduce
^echo "= 'hi'"^echo "foo=bar 'hi'"
Expected behavior
I expect the parameters do behave the same as with non-external commands:
echo "= 'hi'"echo "foo=bar 'hi'"
Configuration
| key | value |
|---|---|
| version | 0.67.1 |
| branch | |
| commit_hash | 0afe1e4 |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-gnu |
| rust_version | rustc 1.63.0 (4b91a6ea7 2022-08-08) |
| rust_channel | stable-x86_64-unknown-linux-gnu |
| cargo_version | cargo 1.63.0 (fd9c4297c 2022-07-01) |
| pkg_version | 0.67.1 |
| build_time | 2022-08-24 11:35:06 +02:00 |
| build_rust_channel | release |
| features | database, dataframe, default, trash, which, zip |
| installed_plugins |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:external-commandsIssues related to external commandsIssues related to external commandsA:quoting-expansionIssues related to string quoting, interpolation, and expansion of variable or glob patternsIssues related to string quoting, interpolation, and expansion of variable or glob patterns

