Commit Graph
1 Commits
Author SHA1 Message Date
Tobiasz LaskowskiandVadim Zeitlin a5e4409dfc Avoid trailing space with wx-config --c[xx]flags
When WXCONFIG_C[XX]FLAGS is empty, this ends up being:
`echo $._cppflags ""`
which results in a trailing space being printed. This is a minor issue
but it may confuse a tool trying to parse the output of wx-config.

Removing the quotes would instead give `echo $._cppflags `, which does
not print a trailing space.

Closes #24812.
2024-09-20 17:45:04 +02:00