> On 18 Feb 1997, Amy wrote:
>
> > > #! /bin/bash
> > > if [ some_string="blah" ]; then
> > ^ you need a space between these
> > Amy :)
>
> Wrong. He needs one space on each side of the equal sign.
>
Ah! I knew it was spaces that were missing :)
Amy