init.sh: double-quote variables in gentoo check

yes. silly twit.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-07-21 20:21:23 +01:00
parent 86142b7e81
commit 598a57639f
+3 -3
View File
@@ -96,11 +96,11 @@ xbmkpkg()
printf "Updating package use...\n"
printf "Writing into $pkg_use_file..."
if [ ! -d `dirname $pkg_use_file` ]; then
mkdir `dirname $pkg_use_file`
if [ ! -d "`dirname $pkg_use_file`" ]; then
mkdir "`dirname $pkg_use_file`"
fi
printf "%s\n" "$pkg_use" >> $pkg_use_file
printf "%s\n" "$pkg_use" >> "$pkg_use_file"
fi
x_ $pkg_add $pkglist