Summary: | Values of variables are not unquoted | ||
---|---|---|---|
Product: | pkg-config | Reporter: | Marek Kasik <mkasik> |
Component: | src | Assignee: | pkg-config |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mkasik |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=93284 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Unquote values of requested variables |
Applied in 50c2867f with an added test case. (In reply to comment #1) > Applied in 50c2867f with an added test case. Thank you very much. Where can I find the commit? I don't see it in the master. Sorry, forgot to push the commit. It's on master now. http://cgit.freedesktop.org/pkg-config/commit/?id=50c2867f |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 83837 [details] Unquote values of requested variables When requesting a value of a variable, pkg-config returns its value together with quotes if they are specified in the corresponding pc file. Attached patch unquotes values of variables before returning them. Marek