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