mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 07:19:24 +02:00
init.sh: fix indentation in gentoo check
the submitted messed up indentation, yeah Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -88,6 +88,7 @@ xbmkpkg()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$2" == "gentoo" ]; then
|
if [ "$2" == "gentoo" ]; then
|
||||||
|
|
||||||
if [ -z "$pkg_use" ] || [ -z "$pkg_use_file" ]; then
|
if [ -z "$pkg_use" ] || [ -z "$pkg_use_file" ]; then
|
||||||
err "pkg_use/pkg_use_file not both set" "xbmkpkg" "$@"
|
err "pkg_use/pkg_use_file not both set" "xbmkpkg" "$@"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user