Browse Source

Checks for ack-grep, for Debian systems.

custom
Gabriel J. Pérez Irizarry 12 years ago
parent
commit
596d499e32
  1. 2
      utils/installer.sh

2
utils/installer.sh

@ -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…
Cancel
Save