diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-18 11:30:11 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-18 11:30:11 +0100 |
commit | 4aa69a7d1f02733d3776e7c18ec081ff8182a75e (patch) | |
tree | 9db73ca2fb4681ff4a8a2609171c619bf7e32b89 /include/init.sh | |
parent | 36ffe6ef501e170d52a54f70713dba8bf88ba5d2 (diff) |
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>
Diffstat (limited to 'include/init.sh')
-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 b41ca872..ccbad2b5 100644 --- a/include/init.sh +++ b/include/init.sh @@ -189,8 +189,6 @@ xbmk_git_init() xbmk_mkdirs() { - x_ mkdir -p "$xbmklocal" - remkdir "$xbmktmp" "$xbmklocal" remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath" } |