From 7ec023907bfab86fbe5101525f327651561bb228 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 23 May 2024 00:01:20 +0100 Subject: [PATCH] update/trees: remove unused variable Signed-off-by: Leah Rowe --- script/trees | 1 - 1 file changed, 1 deletion(-) diff --git a/script/trees b/script/trees index 8a82ffd..0a16b37 100755 --- a/script/trees +++ b/script/trees @@ -234,7 +234,6 @@ check_cmake() check_autoconf() { ( - _cfgopt="" cd "${1}" || $err "!cd $1" [ -f "bootstrap" ] && x_ ./bootstrap $bootstrapargs [ -f "autogen.sh" ] && x_ ./autogen.sh ${autogenargs}