On Fri, Jan 14, 2011 at 10:33 AM, Adrian Levi <adrian.levi@gmail.com> wrote: > I have the following bash script and it fails at line 14 and 15 > (7zparameters= and 7zfilename=) I have tried everything i can think of > to get it to work, the answer has to be simple but i can't figure it. variable names can't start with a number, I guess this is the fail. Regards,