summaryrefslogtreecommitdiff
path: root/include/init.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-18 11:29:54 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-18 11:29:54 +0100
commit36ffe6ef501e170d52a54f70713dba8bf88ba5d2 (patch)
tree4a20b741c4143d71cdb0cb4c6bd93db5ae7d4f60 /include/init.sh
parent0343081d9050ca62d188face7d6fb401f43ac883 (diff)
init.sh: remove useless comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r--include/init.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/init.sh b/include/init.sh
index a49879d9..b41ca872 100644
--- a/include/init.sh
+++ b/include/init.sh
@@ -191,8 +191,6 @@ xbmk_mkdirs()
{
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 "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
}