Put a #! line in ghc-pkg's shell wrapper
[ghc-hetmet.git] / 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+"$@"}