diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-06 02:45:09 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-06 02:45:09 +0100 |
commit | 78f7e429ec1961da0e594a3172d95e0f5340e18c (patch) | |
tree | 84c4216d601f14823ed33d25fa648a5a430d08b7 /include/lib.sh | |
parent | 810ad480da6118075f2d1429d3d1218be837ccc1 (diff) |
move cbcfgsdir variable to vendor.sh
it's only ever used here
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rwxr-xr-x | include/lib.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh index 410d9221..67bc0f70 100755 --- a/include/lib.sh +++ b/include/lib.sh @@ -8,7 +8,6 @@ export LC_ALL=C tmpdir_was_set="y" cbdir="src/coreboot/default" -cbcfgsdir="config/coreboot" ifdtool="cbutils/default/ifdtool" cbfstool="cbutils/default/cbfstool" tmpgit="$PWD/tmp/gitclone" |