d21fd59e2c429bed595188f212fa904030a1cf16
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.wrapper
1 #!/bin/sh
2
3 PKGCONF=$topdir/package.conf.d
4 exec $executablename --global-conf $PKGCONF ${1+"$@"}
5