Added in lDebug hg 6bb7d7b1238b and in kernwrap hg d7034eb4406d on 2026-07-24, as suggested by a unix stackexchange comment from 2018-11-01.
The parameters must be escaped appropriately, like in:
build_inicomp_options="$(printf ' %q' "-D_TIME_FORCE" "-D_APPEND_NAME=' hg $(hg -R "$INICOMP_PREFER_INCLUDE_DIR" id -n):$(hg -R "$INICOMP_PREFER_INCLUDE_DIR" id -i)'")"
Added in lDebug hg 6bb7d7b1238b and in kernwrap hg d7034eb4406d on 2026-07-24, as suggested by a unix stackexchange comment from 2018-11-01.
The parameters must be escaped appropriately, like in: