From d904ffab08245a9195a7702b272112ea515ac75c Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Sun, 5 Aug 2018 01:47:14 -0500 Subject: [PATCH] Fix bad position of printf --- simpleaur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleaur b/simpleaur index eb5e2ef..2f08e81 100755 --- a/simpleaur +++ b/simpleaur @@ -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.