On 2021-3-30 08:42 , Joshua Root wrote:
On 2021-3-30 08:15 , Christopher Jones wrote:
This is probably the problem, as there are a few ports that do pass it
to a shell. see e.g.
<https://github.com/macports/macports-ports/blob/749ad2787c30497020bdc4cca116eff9f09c800b/devel/codesearch/Portfile#L33>
Yeah, that's going to be an issue. Needs to flatten build.env and add
appropriate quoting to support spaces and other shell-unsafe characters.
Or, this avoids the issue by letting the command machinery do its thing
and set up the environment correctly:
<https://github.com/macports/macports-ports/commit/38a902085ae95ad04e3bc48e932f2d3a058e2c54>
- Josh