]> 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 04:00:38 +0000 (22:00 -0600)
commit99696e1b2708ed74c57aa2154d85d54bea1298a3
tree46df954af4b05628a76b9d1462512cd72cea8cb6
parentf0fbc526c111b625a68e384c6c45bc637c4db6c1
Bugfix: Support for passing a fakefile Section incorrectly fails.

The commit 6c05c66f50719c9edaa36dea75669e03cd558ee4 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