aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-28 13:51:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-28 13:51:57 -0300
commit3bdb422afd917573facc13c207c8fb276f72bbbd (patch)
treef1684fd77db7dc57d37be39cd903760970096a13 /share
parentb1d8847cfacf2a6a214cf5e5b90e961046787f34 (diff)
downloadhydra-3bdb422afd917573facc13c207c8fb276f72bbbd.tar.gz
hydra-3bdb422afd917573facc13c207c8fb276f72bbbd.tar.bz2
Minor fix at whereis action
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/whereis2
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