← Back to issue list

Misplaced quotes in plugin parameters

View original Github issue

Metadata

Project
craft-parts
Number
#1560
Type
issue
State
open
Author
cmatsuoka
Labels
Status: Triaged
Created
2026-04-24 17:22:27+00:00
Updated
2026-04-24 17:22:54+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### Bug Description If a complex shell command is used in a part plugin parameter, the result may be misquoted and nonfunctional. ### To Reproduce Use the following parts definition in a craft project: ``` parts: p1: plugin: autotools autotools-configure-parameters: - prefix=/usr - $(dpkg-buildflags --export cmdline) ``` ### part yaml ```shell ``` ### Relevant log output ```shell :: + '[' '!' -f ./configure ']' :: ++ dpkg-buildflags --export cmdline :: dpkg-buildflags: error: unknown option 'cmdline' :: :: Use --help for program usage information. ```

Evaluation history

No evaluation history available.