From 3bdb422afd917573facc13c207c8fb276f72bbbd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Mar 2014 13:51:57 -0300 Subject: Minor fix at whereis action --- share/hydra/whereis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/hydra/whereis b/share/hydra/whereis index c5af517..6aff32d 100755 --- a/share/hydra/whereis +++ b/share/hydra/whereis @@ -68,7 +68,7 @@ if [ -e "$HYDRA_FOLDER/dns/$DOMAIN.conf" ]; then # Turn off pathname expansion so expansion can work properly set -f - if [ -z "$REPONSE" ]; then + if [ -z "$RESPONSE" ]; then RESPONSE="`grep -e '^* ' $HYDRA_FOLDER/dns/$DOMAIN.conf`" fi -- cgit v1.2.3