projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add comment: __thread is not supported by gcc on OS X yet
[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