]> git.ipfire.org Git - people/ms/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, 8 Jul 2024 15:39:44 +0000 (15:39 +0000)
commit5bdb9cb535da0b051411ca1b101cf17a26b713a6
tree4a698dc2eb8e9e05355a923a8bcd56613d5030ae
parentdc5ad6d113e7cf5d4db6857d675772299ed43023
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