Re: quick bash question

Amy (root@internet-frontier.net)
Tue, 18 Feb 1997 13:43:47 -0800 (PST)


On Tue, 18 Feb 1997, Jamie Sparks wrote:

> Hello,
>
> Can anyone tell me the correct syntax for the following?
>
> #! /bin/bash
>
> if [ some_string="blah" ]; then
^ you need a space between these

I think that will solve your problem

Amy :)