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
Showing
- compiler/count_bytes 1 addition, 1 deletioncompiler/count_bytes
- distrib/cross-port 1 addition, 1 deletiondistrib/cross-port
- testsuite/tests/rename/prog006/Setup.lhs 1 addition, 1 deletiontestsuite/tests/rename/prog006/Setup.lhs
- utils/count_lines/count_lines.lprl 1 addition, 1 deletionutils/count_lines/count_lines.lprl
- utils/runghc/runghc.hs 1 addition, 1 deletionutils/runghc/runghc.hs
Please register or sign in to comment