"Philip Weaver" <[EMAIL PROTECTED]> wrote:
> I'll let someone more knowledgeable address the other issues, but as for the
> argument to #!, I believe you could/should use "#!/usr/bin/env runhaskell".

That would work if runhaskell automatically supplied -x hs (passing
multiple arguments on the #! line doesn't work portably), and if no
other arguments to runhaskell are needed, and if there's no need/want
to do anything else in sh before re-executing with runhaskell.  Using
#!/bin/sh gives more flexibility, so I'd like to find a better way to
do that.


paul
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to