Make our install variables etc compliant with GNU standards; fixes #1924
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.wrapper
1 #!/bin/sh
2
3 PKGCONF=$topdir/package.conf
4 exec $executablename --global-conf $PKGCONF ${1+"$@"}
5