Skip to content

Fix stray double-quote in bash-completion PKG_CONFIG invocation

Michał Górny requested to merge mgorny/xfconf:stray-quote into master

Fix a stray double-quote that causes unterminated quoted string error in dash:

./configure: 1: Syntax error: Unterminated quoted string

PKG_CONFIG should remain unquoted since it may contain command options in addition to the path.

Merge request reports