From 596d499e3274dcf8ff6ee25313c6265c20479e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20J=2E=20P=C3=A9rez=20Irizarry?= Date: Fri, 9 May 2014 12:27:51 -0400 Subject: [PATCH] Checks for ack-grep, for Debian systems. --- utils/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer.sh b/utils/installer.sh index 5d27953..8b1a92e 100755 --- a/utils/installer.sh +++ b/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