From 95f956dbcdcc24c28abcf698bf0870e18bb6a96e Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Sun, 5 Aug 2018 01:50:53 -0500 Subject: [PATCH] Fix some things --- simpleaur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleaur b/simpleaur index 2f08e81..8417ed0 100755 --- a/simpleaur +++ b/simpleaur @@ -62,7 +62,7 @@ fi # Check if the package was already downloaded and then download the PKGBUILDs accordly to user needs. for ipackage in "$@"; do if [ -f "$basebuilddir/$ipackage/PKGBUILD" ]; then - printf "\n${GREEN}PKGBUILD for ${BLUE}[ $ipackage ] ${GREEN}exist in the ${BLUE}[ $basebuilddir/$ipackage ] ${GREEN}directory, pulling the git directory and reinstalling/updating the packages.\n" + printf "\n${GREEN}PKGBUILD for ${BLUE}[ $ipackage ] ${GREEN}exist in the ${BLUE}[ $basebuilddir/$ipackage ] ${GREEN}directory, pulling the git directory and reinstalling/updating the packages.${ALL_OFF}\n" cd "$basebuilddir/$ipackage" || exit git pull cd "$basebuilddir" || exit