On Tue, Jul 05, 2005 at 12:27:58PM +1100, [EMAIL PROTECTED] wrote:
> The startup script should have the following on the first line to instruct 
> the system which shell interpreter we are using.
> #! /bin/sh

Some systems allow whitespace between bang and slash, some don't, so
you'll be more portable if you use "#!/bin/sh".  OTOH the ones that
don't probably don't have JRE's ;)

Reply via email to