From dc483a89dd45361232c0c23974e32421202023db Mon Sep 17 00:00:00 2001 From: Gorgone Date: Thu, 8 Oct 2020 17:55:06 +0200 Subject: [PATCH] Update _gui_build fix -e on printf --- support/functions/_gui_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/functions/_gui_build b/support/functions/_gui_build index 372858d..217dbdd 100644 --- a/support/functions/_gui_build +++ b/support/functions/_gui_build @@ -110,7 +110,7 @@ _gui_build(){ mv -f "$lsmn" "$bdir/oscam-svn$(REVISION)-$(hostname)-list_smargo" printf "oscam-svn$(REVISION)-$(hostname)-list_smargo" >"$targztmp" else - printf -e "SAVE\t$lsmn $txt_as oscam-svn$(REVISION)-$_toolchainname-list_smargo"|tee -a "$ldir/$log_name" + printf "SAVE\t$lsmn $txt_as oscam-svn$(REVISION)-$_toolchainname-list_smargo"|tee -a "$ldir/$log_name" mv -f "$lsmn" "$bdir/oscam-svn$(REVISION)-$_toolchainname-list_smargo" printf "oscam-svn$(REVISION)-$_toolchainname-list_smargo" >"$targztmp\n" fi