mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
init.sh: remove useless export
we already reset to n if not y, afterward just rely on that Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -139,7 +139,6 @@ xbmk_set_env()
|
|||||||
# if "y": a coreboot target won't be built if target.cfg says release="n"
|
# 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)
|
# (this is used to exclude certain build targets from releases)
|
||||||
[ -z "${XBMK_RELEASE+x}" ] && export XBMK_RELEASE="n"
|
[ -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="y"
|
||||||
[ "$XBMK_RELEASE" = "y" ] || export XBMK_RELEASE="n"
|
[ "$XBMK_RELEASE" = "y" ] || export XBMK_RELEASE="n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user