| From: Chris F.A. Johnson <chris@cfajohnson.com>
| Best practice is not to use it at all.
|
| <http://mywiki.wooledge.org/BashFAQ/105>
Thanks. Useful. I respectfully disagree with the conclusion.
| > "set -u" tells the shell to treat a reference to an undefined
| > parameter as an error. It will make no difference in this script.
| > Until the script evolves more complexity.
|
| There's no point to using set -u after a script has been debugged.
The sad fact is that I don't know when I've gotten rid of the last bug
in a script.