diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-28 13:51:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-28 13:51:57 -0300 |
commit | 3bdb422afd917573facc13c207c8fb276f72bbbd (patch) | |
tree | f1684fd77db7dc57d37be39cd903760970096a13 | |
parent | b1d8847cfacf2a6a214cf5e5b90e961046787f34 (diff) | |
download | hydra-3bdb422afd917573facc13c207c8fb276f72bbbd.tar.gz hydra-3bdb422afd917573facc13c207c8fb276f72bbbd.tar.bz2 |
Minor fix at whereis action
-rwxr-xr-x | share/hydra/whereis | 2 |
1 files changed, 1 insertions, 1 deletions
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 |