diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-23 00:01:20 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-23 00:01:20 +0100 |
commit | 87c361f3df2c585206613e368d5be73a2c0fd126 (patch) | |
tree | 589b3c40f8c287c89de10d3f97868ee7149e3758 /script/trees | |
parent | da4272720958f639227c7594018f840d1f693920 (diff) |
update/trees: remove unused variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/trees b/script/trees index f2b988f1..f4a3bf82 100755 --- a/script/trees +++ b/script/trees @@ -236,7 +236,6 @@ check_cmake() check_autoconf() { ( - _cfgopt="" cd "${1}" || $err "!cd $1" [ -f "bootstrap" ] && x_ ./bootstrap $bootstrapargs [ -f "autogen.sh" ] && x_ ./autogen.sh ${autogenargs} |