Add missing [ in check package
This commit is contained in:
parent
33ba83a190
commit
53af51c55f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue