Merge pull request #533 from tatsuhirosatou/ackInDebian

Checks for ack-grep, for Debian systems.
This commit is contained in:
Bozhidar Batsov 2014-05-10 11:02:36 +03:00
commit b1226a2eb1

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