Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.wrapper
1 #!/bin/sh
2
3 PKGCONF=$datadir/package.conf
4 exec $executablename --global-conf $PKGCONF ${1+"$@"}
5