From 87c361f3df2c585206613e368d5be73a2c0fd126 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 23 May 2024 00:01:20 +0100 Subject: update/trees: remove unused variable Signed-off-by: Leah Rowe --- script/trees | 1 - 1 file changed, 1 deletion(-) (limited to 'script') 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} -- cgit v1.2.1