From 5c38be0cb891c20bf8ea20bdcbf309f255b55895 Mon Sep 17 00:00:00 2001 From: WXbet Date: Sat, 2 May 2020 12:22:07 +0200 Subject: [PATCH] s3.TUP fix config builder (v0.12.4) fix missing unset variable in _ctng_menu function --- support/functions/_plugin_update_toolchain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/functions/_plugin_update_toolchain b/support/functions/_plugin_update_toolchain index 1c73135..1e070e4 100644 --- a/support/functions/_plugin_update_toolchain +++ b/support/functions/_plugin_update_toolchain @@ -3,7 +3,7 @@ #simplebuild_plugin tcupdate tcupdate(){ - pversion="0.12.3"; + pversion="0.12.4"; pname="s3.TUP"; pdesc="Plugin $pname v$pversion"; configname="$configdir/plugin_update_toolchain.config"; @@ -451,7 +451,7 @@ _build(){ }; _ctng_menu(){ - tc="$1";tpl="$tc"; + tc="$1";tpl="$tc";unset configtasks; if [ -f "$cttpldir/$tpl" ];then #copy the existing template to edit it cp --no-preserve=mode,ownership -f "$cttpldir/$tpl" "$ctsrcdir/.config"