diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-19 11:25:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-19 11:25:44 +0000 |
commit | 35c21b89f504b1db205c97d8a184d2e24a1f3cde (patch) | |
tree | d8336f5a43dc32e89d23449b179cac0db88f57f5 /utils/ghc-pkg/ghc-pkg.wrapper | |
parent | fd5d8c682af7058a6cab4f5e1ee0728321c45d17 (diff) | |
download | haskell-35c21b89f504b1db205c97d8a184d2e24a1f3cde.tar.gz |
Put a #! line in ghc-pkg's shell wrapper
Diffstat (limited to 'utils/ghc-pkg/ghc-pkg.wrapper')
-rw-r--r-- | utils/ghc-pkg/ghc-pkg.wrapper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.wrapper b/utils/ghc-pkg/ghc-pkg.wrapper index 1c2b5d2b75..27b8ceddf8 100644 --- a/utils/ghc-pkg/ghc-pkg.wrapper +++ b/utils/ghc-pkg/ghc-pkg.wrapper @@ -1,3 +1,4 @@ +#!/bin/sh PKGCONF=$datadir/package.conf exec $executablename --global-conf $PKGCONF ${1+"$@"} |