update/trees: remove unused variable

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-05-23 00:01:20 +01:00
parent da42727209
commit 87c361f3df
1 changed files with 0 additions and 1 deletions

View File

@ -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}