Put a #! line in ghc-pkg's shell wrapper
authorIan Lynagh <igloo@earth.li>
Sat, 19 Jul 2008 11:25:44 +0000 (11:25 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 19 Jul 2008 11:25:44 +0000 (11:25 +0000)
utils/ghc-pkg/ghc-pkg.wrapper

index 1c2b5d2..27b8ced 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/sh
 
 PKGCONF=$datadir/package.conf
 exec $executablename --global-conf $PKGCONF ${1+"$@"}