Checks for ack-grep, for Debian systems.

This commit is contained in:
Gabriel J. Pérez Irizarry 2014-05-09 12:27:51 -04:00
parent 0c93a1c542
commit 596d499e32

View file

@ -166,7 +166,7 @@ else
fi
printf "$CYAN Checking to see if ack is installed... "
if hash ack 2>&-
if hash ack 2>&- || hash ack-grep 2>&-
then
printf "$GREEN found.$RESET\n"
else