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

slash

parent 4046c61e
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}
cp 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