diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-18 11:29:54 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-18 11:29:54 +0100 |
commit | 36ffe6ef501e170d52a54f70713dba8bf88ba5d2 (patch) | |
tree | 4a20b741c4143d71cdb0cb4c6bd93db5ae7d4f60 | |
parent | 0343081d9050ca62d188face7d6fb401f43ac883 (diff) |
init.sh: remove useless comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/init.sh | 2 |
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" } |