]> gitweb.fluxo.info Git - hydra.git/commitdiff
Minor fix at whereis action
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Mar 2014 16:51:57 +0000 (13:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Mar 2014 16:51:57 +0000 (13:51 -0300)
share/hydra/whereis

index c5af5176b743b225f6793fcc0e6c6111c2abada9..6aff32d4278dbda73b37d56934c44a4ff2f7b690 100755 (executable)
@@ -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