Commit df57aad9 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Show the name of application we are currently processing

parent 78f7642e
......@@ -187,6 +187,7 @@ fi
cd $E393_ROOTFSDIR
#Clone user space applications
for elem in $(seq 0 4 $((${#APPS_ARRAY[@]} - 1))); do
echo -e "\n=== ${APPS_ARRAY[$elem+1]} ==="
cloneandcheckout "${APPS_ARRAY[$elem]}" "${APPS_ARRAY[$elem+1]}" "${APPS_ARRAY[$elem+2]}" "${APPS_ARRAY[$elem+3]}"
copy_eclipse_settings "${APPS_ARRAY[$elem+1]}"
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment