WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
for bak_file in$targetdir/lib_rend/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
for bak_file in$targetdir/lib_lc3plus/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
if[-n"$lc3plus_fftdir"];then
for bak_file in$targetdir/lib_lc3plus/fft/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool