TT#65907 Remove unnecessary 'rm' command (as we move files)

Change-Id: If06c635be0057f93f80cf74daeec068700852659
changes/95/33695/3
Alexander Lutay 7 years ago
parent 250cb64e45
commit db586adcab

@ -100,8 +100,6 @@ move()
else
mv "${src}" "${dst}"
fi
rm -f "${src}"
}
log_debug "Output file ${output_file} based on ${input_file}"

Loading…
Cancel
Save