mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
init.sh: Explicitly create the xbmktmp directory
mktemp would normally do it, but we must not rely on that Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ xbmk_create_tmpdir()
|
|||||||
|
|
||||||
# /tmp might be a tmpfs, so for large files we use ./tmp,
|
# /tmp might be a tmpfs, so for large files we use ./tmp,
|
||||||
# not to be confused with xbmktmp (xbmktmp points to /tmp)
|
# not to be confused with xbmktmp (xbmktmp points to /tmp)
|
||||||
x_ mkdir -p tmp
|
x_ mkdir -p "$xbmktmp" tmp
|
||||||
}
|
}
|
||||||
|
|
||||||
xbmk_lock()
|
xbmk_lock()
|
||||||
|
|||||||
Reference in New Issue
Block a user