]> Kevux Git Server - fll/commit
Bugfix: Support for passing a fakefile Section incorrectly fails.
authorKevin Day <thekevinday@gmail.com>
Fri, 6 Jan 2023 03:57:27 +0000 (21:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 6 Jan 2023 03:57:27 +0000 (21:57 -0600)
commit1a532716db0d3b3f48b326ccbf144255279327c3
tree742a83e3c16a31fea5ee7fdd3c7da2d6da114d3a
parent03c842720e064dfd53bd301320bb2c330ddc38e2
Bugfix: Support for passing a fakefile Section incorrectly fails.

The commit 25671e39d0a275b4a14b1db6612ae46d497c38c7 added a loop around the code.
I forget to handle the return status and break out of the loop appropriately.

Move the variable declaration outside of the loop to avoid re-declaring it inside.

An error or a child signal should cause the loop to terminate.

When the string comparison is matched, do not continue processing the inner loop.
level_3/fake/c/private-make-operate.c