Skip to content

Fix IFS not being reset if an error occurs

graham.l@hostdime.com requested to merge dns-dev into master

Fixed IFS not being reset if an error occurs after IFS is changed. This addressed issue #7 (closed).

Made minor consistency changes:

  • Moved the variable declaration for 'values' to the rest.
  • Changed the placement of +noall for a dig command.

Merge request reports