init.sh: fix bad printf string in gentoo check

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-07-21 20:23:12 +01:00
parent e1384a1b9f
commit 8d9d1a88a0
+1 -1
View File
@@ -94,7 +94,7 @@ xbmkpkg()
fi
printf "Updating package use...\n"
printf "Writing into $pkg_use_file..."
printf "Writing into %s" "$pkg_use_file..."
if [ ! -d "`dirname $pkg_use_file`" ]; then
mkdir -p "`dirname $pkg_use_file`"