Browse Source

Update _gui_build

fix -e on printf
pull/54/head
Gorgone 4 years ago
committed by GitHub
parent
commit
dc483a89dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_gui_build

2
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

Loading…
Cancel
Save