Fix bad position of printf

This commit is contained in:
Eduard Tolosa 2018-08-05 01:47:14 -05:00
parent b8d3404bca
commit d904ffab08

View file

@ -101,7 +101,6 @@ for ipackage in "$@"; do
cd "$basebuilddir" || exit
continue
else
printf "${GREEN}Info: finishing tasks..."
break
fi
fi
@ -113,6 +112,7 @@ for ipackage in "$@"; do
done
#Ask to the user if want to remove the directory created for git
printf "\n${GREEN}Info: finishing tasks..."
printf "\n${YELLOW}Remove previously compiled packages? [Y/n] ${ALL_OFF}"
read -r yn
#Take the answer from the user input and decide what to do.