diff --git a/recipes/recipe_check_packages.sh b/recipes/recipe_check_packages.sh index 48de7f0..2e41dea 100755 --- a/recipes/recipe_check_packages.sh +++ b/recipes/recipe_check_packages.sh @@ -23,7 +23,7 @@ do else #echo ${result} # If package is installed - if [[ ${result} == *"[ebuild R"*"${package}"* ]] || [ ${result} == *"[binary R"*"${package}"* ]] + if [[ ${result} == *"[ebuild R"*"${package}"* ]] || [[ ${result} == *"[binary R"*"${package}"* ]] then echo -e "${GREEN}Package ${package} INSTALLED : check OK${NC}" # If package reinstall forced for some reason