summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/ghc-pkg.wrapper
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-19 11:25:44 +0000
committerIan Lynagh <igloo@earth.li>2008-07-19 11:25:44 +0000
commit35c21b89f504b1db205c97d8a184d2e24a1f3cde (patch)
treed8336f5a43dc32e89d23449b179cac0db88f57f5 /utils/ghc-pkg/ghc-pkg.wrapper
parentfd5d8c682af7058a6cab4f5e1ee0728321c45d17 (diff)
downloadhaskell-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.wrapper1
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+"$@"}