On Mon, Oct 19, 2009 at 8:05 AM, Gene Heskett <gene.hesk...@verizon.net> wrote:
>        if [`/bin/ls /dumps`]; then   <<<<<----line 173

This can be a bit tricky in portable shell, but maybe this is closer
to what you want:

if [ `/bin/ls /dumps` != '' ]

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com

Reply via email to