Date: Mon, 31 May 2010 22:27:50 -0400 (EDT) From: Chris Hill <chris@monochrome.org> To: Aiza <aiza21@comclark.com> Cc: "questions@freebsd.org" <questions@freebsd.org> Subject: Re: unexpected operator .sh error Message-ID: <alpine.BSF.2.00.1005312224010.3508@tripel.monochrome.org> In-Reply-To: <4C046937.2030905@comclark.com> References: <4C046937.2030905@comclark.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Jun 2010, Aiza wrote: > Added some code to a .sh script. > When I run the script works but issues this message > [: =: unexpected operator > > No line number telling where to look. > I am not ever sure its talking about. > > IS [: whats wrong or =: I'd guess that what you added includes something like if [ x=y ] ... The open-square-bracket, [, is another name for test. IIRC the equal sign is not valid in that context. Can you post the 'before' and 'after' versions of that part of your script? It would help us in determining what the problem is. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1005312224010.3508>