[GHC] #8873: /cygdrive/c/Program Files (x86)/Haskell Platform/2013.2.0.0/bin/ghcii-7.6.3.sh/../ghc: No such file or directory
GHC
ghc-devs at haskell.org
Tue Mar 11 00:47:24 UTC 2014
#8873: /cygdrive/c/Program Files (x86)/Haskell
Platform/2013.2.0.0/bin/ghcii-7.6.3.sh/../ghc: No such file or directory
-------------------------------+-------------------------------------------
Reporter: | Owner:
configurator | Status: new
Type: bug | Milestone:
Priority: low | Version: 7.6.3
Component: GHCi | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Easy (less than 1 hour)
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
None/Unknown |
Test Case: |
Blocking: |
-------------------------------+-------------------------------------------
Comment (by configurator):
Output from looking at ghcii.sh:
{{{
configurator at koan:/cygdrive/c/Program Files (x86)/Haskell
Platform/2013.2.0.0/bin$ cat ghcii-7.6.3.sh
#!/bin/sh
exec "$0"/../ghc --interactive ${1+"$@"}
}}}
This version seems to work:
{{{
#!/bin/sh
exec "$(dirname "$0")"/ghc --interactive ${1+"$@"}
}}}
However, I can't find ghcii.sh in the source to modify it.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8873#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list