summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-23 00:01:20 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-23 00:01:20 +0100
commit87c361f3df2c585206613e368d5be73a2c0fd126 (patch)
tree589b3c40f8c287c89de10d3f97868ee7149e3758 /script
parentda4272720958f639227c7594018f840d1f693920 (diff)
update/trees: remove unused variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/trees1
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}