diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-01 12:41:43 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-01 12:41:43 +0000 |
commit | e6953dc4f0bbae746c536b7dd0b67bc5fa7bc253 (patch) | |
tree | d6ca54e39dbf5c8c19e4a80808c812e48289b087 /include/option.sh | |
parent | d819403a0b8fbbfce03774141404d6ffe3feee0e (diff) |
git.sh: clean up handling of tmp_git_dir
delete it once once, and delete it much sooner, right
at the start of script/update/trees main()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/option.sh')
-rwxr-xr-x | include/option.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/option.sh b/include/option.sh index 7c434444..66b89d4c 100755 --- a/include/option.sh +++ b/include/option.sh @@ -12,6 +12,7 @@ cbfstool="cbutils/default/cbfstool" grubcfgsdir="config/grub" layoutdir="/boot/grub/layouts" . "${grubcfgsdir}/modules.list" +tmp_git_dir="${PWD}/tmp/gitclone" eval "$(setvars "" CONFIG_BOARD_DELL_E6400 CONFIG_HAVE_MRC CONFIG_HAVE_ME_BIN \ CONFIG_ME_BIN_PATH CONFIG_KBC1126_FIRMWARE CONFIG_KBC1126_FW1 \ |