From: Silvio Rhatto Date: Fri, 28 Mar 2014 16:51:57 +0000 (-0300) Subject: Minor fix at whereis action X-Git-Tag: 0.2.2~35 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3bdb422afd917573facc13c207c8fb276f72bbbd;p=hydra.git Minor fix at whereis action --- 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