Re: [GHC] #9057: Remove /usr/bin/… references
GHC
ghc-devs at haskell.org
Tue Sep 23 13:45:34 UTC 2014
#9057: Remove /usr/bin/… references
-------------------------------------+-------------------------------------
Reporter: Fuuzetsu | Owner:
Type: task | Status: patch
Priority: low | Milestone:
Component: Build | Version: 7.8.2
System | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Easy (less than 1
Unknown/Multiple | hour)
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: Phab:D237 |
-------------------------------------+-------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"d5e4874833054f1789289c433be292ae3e9bd7d0/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="d5e4874833054f1789289c433be292ae3e9bd7d0"
Change all hashbangs to /usr/bin/env (#9057)
Summary:
```
git grep -l '#!' | xargs sed -i 's|#!.*/bin/\([^ ]*\)$|#!/usr/bin/env \1|'
```
and some manual tweaking
Test Plan: harbormaster
Reviewers: austin
Subscribers: hvr, simonmar, ezyang, carter
Differential Revision: https://phabricator.haskell.org/D237
GHC Trac Issues: #9057
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9057#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list