]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Refactor the execute function
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 14:59:45 +0000 (14:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
commit449f2879af2ce737573bc4714f69371e3c3ac4ea
tree6f1f733872ba391e68c841b3852c05f65b14f300
parent9fc24981fa803472b68108b4527d7a0c44d47968
make.sh: Refactor the execute function

The first version was a little bit messy with all the checks in all
sorts of places. We now create one large array and update it whenever
the configuration changes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh