init.sh: remove useless command

we mkdir -p xbmklocal, only to remkdir it immediately
afterward, which is the intended behaviour; on parent
instances, xbmklocal is to be re-created fresh.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-18 11:30:11 +01:00
parent 36ffe6ef50
commit 4aa69a7d1f
-2
View File
@@ -189,8 +189,6 @@ xbmk_git_init()
xbmk_mkdirs()
{
x_ mkdir -p "$xbmklocal"
remkdir "$xbmktmp" "$xbmklocal"
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
}