GHC: Hard-coded and wrong path to perl interpreter for ghc-asm
In ghc-asm, the interpreter is hard-coded to /opt/local/bin/perl. On Mac (and Linux as well), the path for perl interpreter is usually /usr/bin/perl. The work-around should be to use the "env" variable instead of hard-coded path. So, the first statement should be: #!/usr/bin/env perl
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.8.3 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |