]> Kevux Git Server - fll/commit
Bugfix: Environment variables in fake are not being expanded.
authorKevin Day <thekevinday@gmail.com>
Thu, 12 May 2022 05:30:59 +0000 (00:30 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 12 May 2022 05:30:59 +0000 (00:30 -0500)
commit6a9f5326cd8b73f501be099ae534b01f805cd63b
treecffeb4c1ff0374a27a3baafea3385dabc017121d
parent0d7d5dacb3bff59d0f2135e2ab71dbd755e3431a
Bugfix: Environment variables in fake are not being expanded.

The if condition "if (data_make->setting_make.load_build) " should no longer be relevant.
The environment variable should not be tied to load_build.

Change the fl_string_dynamic_partial_compare() checks to fl_string_dynamic_partial_compare_string() to avoid needing to define a custom range.
level_3/fake/c/private-make-operate.c