mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:08:13 +02:00
update/trees: remove unused variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -236,7 +236,6 @@ check_cmake()
|
|||||||
check_autoconf()
|
check_autoconf()
|
||||||
{
|
{
|
||||||
(
|
(
|
||||||
_cfgopt=""
|
|
||||||
cd "${1}" || $err "!cd $1"
|
cd "${1}" || $err "!cd $1"
|
||||||
[ -f "bootstrap" ] && x_ ./bootstrap $bootstrapargs
|
[ -f "bootstrap" ] && x_ ./bootstrap $bootstrapargs
|
||||||
[ -f "autogen.sh" ] && x_ ./autogen.sh ${autogenargs}
|
[ -f "autogen.sh" ] && x_ ./autogen.sh ${autogenargs}
|
||||||
|
|||||||
Reference in New Issue
Block a user