On 3 Apr 2001, Chmouel Boudjnah wrote:

> Sebastian Dransfeld <[EMAIL PROTECTED]> writes:
>
> > root@s186b:~# [ "$SECURITY" -gt 3 ]
> > [: : integer expression expected
> > root@s186b:~# echo $SECURITY
> >
> > root@s186b:~#
>
> try with double brace [[ "$SECURITY" -gt 3 ]]
>

That works, but shouldn't $SECURITY be set anyway?

seb


Reply via email to