Make installation on *nix work for paths with spaces in their name
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.wrapper
index d21fd59..fad4bdf 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-PKGCONF=$topdir/package.conf.d
-exec $executablename --global-conf $PKGCONF ${1+"$@"}
+PKGCONF="$topdir/package.conf.d"
+exec "$executablename" --global-conf "$PKGCONF" ${1+"$@"}