On 08.04.2009, at 09:37, Ian Duncan wrote:


On Apr 8, 2009, at 1:47 AM, Alex Ross <tm-alex@rosiba.com> wrote:

On Apr 7, 2009, at 11:22 PM, Ian Duncan wrote:

Hello all, I'm trying to make use of some external refactoring tools
for Haskell, and I've written the following script:

#!/usr/local/bin/ runghc

This is not a valid #! line.


What is wrong with it then?

You have a stray space between your path and your interpreter.

adi