mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
init.sh: remove useless comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -191,8 +191,6 @@ xbmk_mkdirs()
|
|||||||
{
|
{
|
||||||
x_ mkdir -p "$xbmklocal"
|
x_ mkdir -p "$xbmklocal"
|
||||||
|
|
||||||
# /tmp might be a tmpfs, so for large files we use ./tmp,
|
|
||||||
# not to be confused with xbmktmp (xbmktmp points to /tmp)
|
|
||||||
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