]> 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:32:01 +0000 (23:32 -0600)
commit3713a5f0bd90d32f564afaca29f01d9ccf329cfb
tree2edc2327d3917d3babfb88984a1e451d5f09cba7
parentf8f7d506a2753bab20d6ecd5a9907e5fdb9bb1b6
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/private-make-operate.c