On Friday 9 November 2007, Willie Wong wrote: > The question: > > Is there a switch that I can use to make bash run in some sort of > compatibility mode for the string comparison? I.e, can I somehow > force bash (in the script) to behave like before?
Low-tech solution: can't you just install bash 3.1 manually somewhere, create a symlink /bin/bash31 to it, and put #!/bin/bash31 at the beginning of your scripts? -- [EMAIL PROTECTED] mailing list