mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
@@ -189,8 +189,6 @@ xbmk_git_init()
|
||||
|
||||
xbmk_mkdirs()
|
||||
{
|
||||
x_ mkdir -p "$xbmklocal"
|
||||
|
||||
remkdir "$xbmktmp" "$xbmklocal"
|
||||
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user