
18 Aug
2008
18 Aug
'08
1:53 a.m.
"Philip Weaver"
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