From d5e4874833054f1789289c433be292ae3e9bd7d0 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Tue, 23 Sep 2014 08:45:31 -0500 Subject: 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 --- testsuite/tests/rename/prog006/Setup.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/rename') diff --git a/testsuite/tests/rename/prog006/Setup.lhs b/testsuite/tests/rename/prog006/Setup.lhs index b28a8234f9..a81e9d221b 100644 --- a/testsuite/tests/rename/prog006/Setup.lhs +++ b/testsuite/tests/rename/prog006/Setup.lhs @@ -1,4 +1,4 @@ -#!/usr/bin/runhaskell +#!/usr/bin/env runhaskell > module Main where > import Distribution.Simple > main :: IO () -- cgit v1.2.1