Re: quick bash question

Amy (root@internet-frontier.net)
Tue, 18 Feb 1997 16:04:39 -0800 (PST)


On Tue, 18 Feb 1997, Per Kr. Hove wrote:

> 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