From 64177dbb8e7ff9ca9c7ad847c137398f6a67cfcf Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 26 Apr 2024 08:20:19 +0100 Subject: 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 --- build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build') diff --git a/build b/build index dbcd6939..277390fd 100755 --- a/build +++ b/build @@ -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" -- cgit v1.2.1