Browse Source

Merge pull request #533 from tatsuhirosatou/ackInDebian

Checks for ack-grep, for Debian systems.
custom
Bozhidar Batsov 12 years ago
parent
commit
b1226a2eb1
  1. 2
      utils/installer.sh

2
utils/installer.sh

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