diff options
author | Eric Lindblad <76970-lindblad@users.noreply.gitlab.haskell.org> | 2022-09-17 21:40:18 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-10-17 19:22:33 -0400 |
commit | 39beb8017ba64801f6573cf1a1a67e94fdb522ee (patch) | |
tree | 4e97b9847871ecdc912c489d40e12eab7416daa9 /utils | |
parent | abb82f3892f8530dcaca1caae8a614b1faa591c3 (diff) | |
download | haskell-39beb8017ba64801f6573cf1a1a67e94fdb522ee.tar.gz |
remove redirect
Diffstat (limited to 'utils')
-rw-r--r-- | utils/runghc/runghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in index 3afeb425ee..defb5118c3 100644 --- a/utils/runghc/runghc.cabal.in +++ b/utils/runghc/runghc.cabal.in @@ -11,7 +11,7 @@ Description: to be used as a UNIX-style script interpreter. For instance, . @ - $ cat > Hi.hs + $ cat Hi.hs \#!/usr/bin/env runghc main = putStrLn "hello!" $ chmod u+x Hi.hs |