On Mon, 3 Dec 2001, John Morrison <[EMAIL PROTECTED]> wrote: > Starting the file with: > > #!/bin/bash > > fixes everything.
It looks as if the script should work with a Korn shell as well (which is /bin/sh on OpenBSD or AIX for example). By using /bin/bash you assume that everybody has a bash installed (and even worse, you assume it is in /bin). Does /bin/sh do the trick for Cygwin as well? Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
