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>
25.06_branch
Leah Rowe 2025-05-18 11:30:11 +01:00
parent ed83718cf2
commit 1e4e3f36f4
1 changed files with 0 additions and 2 deletions

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"
}