]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Don't export loads of variables in the main script
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jul 2024 10:47:12 +0000 (10:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:19 +0000 (15:21 +0000)
commitdfb583fee3c0c26336e22147740cceec7ffdb2a8
tree4620cce004f6a3cdec0b94774f027c5605ee3394
parente7601c7a93ce2a6dcbee34e5c90c8290b0d20356
make.sh: Don't export loads of variables in the main script

We clear and reset the environment when we launch any build commands and
therefore don't need to do this here.

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