On Wed, 2007-10-24 at 10:06 -0700, Thomas Russ wrote: > I think that a line indicating the proper shell needs to be added to > the top of the Unix/Mac shell script in the manual installation of > Vassal. Without a specified shell, the script will run in whatever > shell the user has chosen and if that isn't Bourne/Bash, then the > script will fail. > > Adding the line
> #! /bin/sh If the script is using any bash'isms this will fail on later Debian and derivatives. I'd recommend using /bin/bash in that case. Torsten [Non-text portions of this message have been removed]
