Re: [GHC] #9057: Remove /usr/bin/… references
GHC
ghc-devs at haskell.org
Mon May 5 10:10:37 UTC 2014
#9057: Remove /usr/bin/… references
-------------------------------+-------------------------------------------
Reporter: Fuuzetsu | Owner:
Type: task | Status: closed
Priority: normal | Milestone:
Component: Build | Version: 7.8.2
System | Keywords:
Resolution: fixed | 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 Fuuzetsu):
Ah, while I did say /usr/bin/perl, I should have perhaps said
/usr/bin/anything.
{{{
./libraries/terminfo/Setup.lhs:#!/usr/local/bin/runhaskell
./libraries/containers/benchmarks/bench-cmp.pl:#!/usr/bin/perl
./distrib/cross-port:#! /bin/bash
./configure: echo '#! /bin/cat
./testsuite/tests/rename/prog006/Setup.lhs:#!/usr/bin/runhaskell
./utils/count_lines/count_lines.lprl:#! /usr/bin/perl
./utils/pvm/debugger.emacs:#!/bin/csh -f
./utils/pvm/debugger2:#!/bin/csh -f
./compiler/count_bytes:#! /usr/local/bin/perl
./autom4te.cache/output.1: echo '#! /bin/cat
./autom4te.cache/output.0: echo '#! /bin/cat
}}}
Should I create a separate ticket for above? There are some in ./libraries
so I should probably be filing with them, but many aren't.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9057#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list