On 2 December 2011 11:44, Colin Guthrie <[email protected]> wrote: > Actually I didn't really need it in the end, I should have spotted the > problem without it, but it did make me go through the motions. > > It was a simple variable name typo.
maybe for such import shell scripts should we use "set -u" that works in both bash & dash & exit immediately with an error messag when using bogus variable names
