]> Kevux Git Server - fll/commit
Bugfix: Fakefile processing with color context is producing extra spaces when unquoted.
authorKevin Day <kevin@kevux.org>
Tue, 24 Jan 2023 05:32:01 +0000 (23:32 -0600)
committerKevin Day <kevin@kevux.org>
Tue, 24 Jan 2023 05:35:13 +0000 (23:35 -0600)
commitb3d664d183da9b5ac7336ce6c2eeb29e8f2b49bc
tree7e0a1ee2d57f1e7356922ac94ce8a27cee0ddb40
parentf699b858cebeb14fe2180f90d76afe7f66e65e79
Bugfix: Fakefile processing with color context is producing extra spaces when unquoted.

Do not generate a new argument when calling fake_make_operate_expand_context().
The color context should combine with existing arguments.
This does not handle the last context argument and more work is likely needed to handle that one.

Remove the not quoted check that always generates a new argument.
level_3/fake/c/main/private-make-operate.c