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:
Leah Rowe
2026-07-21 20:19:53 +01:00
parent 1514e82be0
commit 86142b7e81
+1
View File
@@ -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