diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-01 15:02:34 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-01 15:21:46 +0000 |
commit | 48551ced3fea58322e996ca78652ceafb4b9a041 (patch) | |
tree | c3b56d549120a22e229479c68754917189f0f677 /include/option.sh | |
parent | ce67c99f4070193a0e71906451c61d377601ded6 (diff) |
git.sh: unify am/submodule and tree copying
do it all in a single function!
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/option.sh')
-rwxr-xr-x | include/option.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/option.sh b/include/option.sh index 66b89d4c..2136cf4d 100755 --- a/include/option.sh +++ b/include/option.sh @@ -12,7 +12,7 @@ cbfstool="cbutils/default/cbfstool" grubcfgsdir="config/grub" layoutdir="/boot/grub/layouts" . "${grubcfgsdir}/modules.list" -tmp_git_dir="${PWD}/tmp/gitclone" +tmpgit="${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 \ |