Skip to content
Snippets Groups Projects
Commit 583f06a7 authored by Bob Mottram's avatar Bob Mottram
Browse files

mv

parent 51b01f6f
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ for im in "${image_types[@]}"
do
no_of_files=$(ls -afq build/${PROJECT_NAME}*.${im} | wc -l)
if (( no_of_files > 0 )); then
cp build/${PROJECT_NAME}*.${im} ${CURR_DIR}/
mv build/${PROJECT_NAME}*.${im} ${CURR_DIR}/
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment