On 2001-10-02, 14:15:55 (+0100), Tim Steele wrote:
> Regular Bourne shell doesn't understand this:
>
> if ! perl $REQ -e1 2>/dev/null; then
>
> so it says:
>
> testall.sh: !: not found
Thanks - I've replaced this with:
if [ ! perl $REQ -e1 2>/dev/null ]; then
... please let me know if that's no better. :)
-- Bjarni R. Einarsson PGP: 02764305, B7A3AB89 09226@xyz.molar.is -><- http://bre.klaki.net/Check out my open-source email sanitizer: http://mailtools.anomy.net/