On 19.07.11 15:00, Dave Hanson wrote: > Steve - mine starts with #! /bin/sh, which from some 'googling' tells me > it's a bourne shell, the Ubuntu variant is bash. So does that mean it > cannot be ran on Ubuntu or is it possible to use a different shell? >
That might be the problem. On Ubuntu, /bin/sh is a symbolic link to dash, which is mostly compatible with bash (and the original Bourne shell sh), but has some slight differences. You could try typing "bash /media/runInstaller" to see if that fixes the error message. The error looks like you're hitting one of the syntax incompatibilities. HTH Cofion/Regards, Neil. -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
