mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +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()
|
xbmk_mkdirs()
|
||||||
{
|
{
|
||||||
x_ mkdir -p "$xbmklocal"
|
|
||||||
|
|
||||||
remkdir "$xbmktmp" "$xbmklocal"
|
remkdir "$xbmktmp" "$xbmklocal"
|
||||||
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
|
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user