From 35c21b89f504b1db205c97d8a184d2e24a1f3cde Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 19 Jul 2008 11:25:44 +0000 Subject: [PATCH] Put a #! line in ghc-pkg's shell wrapper --- utils/ghc-pkg/ghc-pkg.wrapper | 1 + 1 file changed, 1 insertion(+) 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+"$@"} -- 1.7.10.4