I noticed this when I was working on 163, but there seem to be a number of
places where you do

    if [[ -f $FOO ]]; then
        $FOO
    fi

A more appropriate test would be "-x", unless you planned on explicitly
executing the shell on the script.

Danek

Reply via email to