Checks for ack-grep, for Debian systems.
This commit is contained in:
parent
0c93a1c542
commit
596d499e32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue