From: Ian Lynagh Date: Sat, 19 Jul 2008 11:25:44 +0000 (+0000) Subject: Put a #! line in ghc-pkg's shell wrapper X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=35c21b89f504b1db205c97d8a184d2e24a1f3cde;p=ghc-hetmet.git Put a #! line in ghc-pkg's shell wrapper --- diff --git a/utils/ghc-pkg/ghc-pkg.wrapper b/utils/ghc-pkg/ghc-pkg.wrapper index 1c2b5d2..27b8ced 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+"$@"}