exports variables from err.sh, not build

LC_COLLATE and LBMK_RELEASE are important variables. we want
to make sure that these are seen by everything.

since err.sh is included from all scripts, doing it there will
accomplish just that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-04-26 08:20:19 +01:00
parent a5082de43c
commit 64177dbb8e
2 changed files with 4 additions and 5 deletions
-5
View File
@@ -7,14 +7,9 @@
set -u -e
export LC_COLLATE=C
export LC_ALL=C
. "include/err.sh"
. "include/option.sh"
export LBMK_RELEASE="$lbmk_release"
eval "$(setvars "" option aur_notice)"
err="fail"