bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Variable getopts lost


From: Greg Wooledge
Subject: Re: Variable getopts lost
Date: Tue, 23 Feb 2010 14:45:31 -0500
User-agent: Mutt/1.4.2.3i

On Tue, Feb 23, 2010 at 08:30:16PM +0100, Daniel Bunzendahl wrote:

> if [ !$LSEITE ]; then 

You want:  if [ ! "$LSEITE" ]

There are probably more errors.  This is just the line you mentioned
in particular as not working.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]