> 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 :)