summaryrefslogtreecommitdiff
path: root/ghc/utils
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-03-27 16:10:13 +0000
committersimonmar <unknown>2001-03-27 16:10:13 +0000
commit25fc4206f2d4b9e042c705808558cf7521da4da2 (patch)
tree56df8239437e48021c432f48a774735a03dc7137 /ghc/utils
parentff21a38c1b219a512e71c133b1c904a16b985265 (diff)
downloadhaskell-25fc4206f2d4b9e042c705808558cf7521da4da2.tar.gz
[project @ 2001-03-27 16:10:13 by simonmar]
shell-wrapper for ghc-pkg.
Diffstat (limited to 'ghc/utils')
-rw-r--r--ghc/utils/ghc-pkg/ghc-pkg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/utils/ghc-pkg/ghc-pkg.sh b/ghc/utils/ghc-pkg/ghc-pkg.sh
new file mode 100644
index 0000000000..d482fc094e
--- /dev/null
+++ b/ghc/utils/ghc-pkg/ghc-pkg.sh
@@ -0,0 +1,2 @@
+# Mini-driver for ghc-pkg
+exec $GHCPKGBIN $PKGCONFOPT ${1+"$@"}