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