Merge pull request #533 from tatsuhirosatou/ackInDebian
Checks for ack-grep, for Debian systems.
This commit is contained in:
commit
b1226a2eb1
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "$CYAN Checking to see if ack is installed... "
|
printf "$CYAN Checking to see if ack is installed... "
|
||||||
if hash ack 2>&-
|
if hash ack 2>&- || hash ack-grep 2>&-
|
||||||
then
|
then
|
||||||
printf "$GREEN found.$RESET\n"
|
printf "$GREEN found.$RESET\n"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue