]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Move lfscommoncheck out of run_command
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jul 2024 10:18:49 +0000 (10:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:19 +0000 (15:21 +0000)
commit2bf48a732d93d1193d2b7f6f7ede7a0522c6c647
tree811b7e8687d1c1aecd2a8b84374b7c62e45f7ed3
parentbb740c14c970a3f28ae7e00aff95f3618cdaf34b
make.sh: Move lfscommoncheck out of run_command

We would quite likely create an infinite loop here later and so should
rather treat run_command as a low-level function.

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