From 2cea8517f3b6c7f72cdecbcd3e6745db29284852 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 7 May 2025 21:16:50 +0100 Subject: init.sh: remove useless export we already reset to n if not y, afterward just rely on that Signed-off-by: Leah Rowe --- include/init.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/init.sh b/include/init.sh index e5e3f564..d2db0236 100644 --- a/include/init.sh +++ b/include/init.sh @@ -139,7 +139,6 @@ xbmk_set_env() # if "y": a coreboot target won't be built if target.cfg says release="n" # (this is used to exclude certain build targets from releases) [ -z "${XBMK_RELEASE+x}" ] && export XBMK_RELEASE="n" - [ "$XBMK_RELEASE" = "N" ] && export XBMK_RELEASE="n" [ "$XBMK_RELEASE" = "Y" ] && export XBMK_RELEASE="y" [ "$XBMK_RELEASE" = "y" ] || export XBMK_RELEASE="n" -- cgit v1.2.1