How can I keep bash from using undeclared variables (other then being
careful)?
So something like this would barf on running...
VAR1="VALUE1"
echo $VAB1
^
Is there any way to do this?
Google says it's a mixed blessing. What say you?
Thanks,
Gabe