diff options
author | Ian Lynagh <igloo@earth.li> | 2009-08-14 22:45:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-08-14 22:45:49 +0000 |
commit | 926ae90b75cd3368049854898062a563e57c9ad2 (patch) | |
tree | 543ef37498be98d3cb18a587c26b589e8d78d311 /ghc/ghc.wrapper | |
parent | 328681951873b54dade3d0ecef2bea9bf97fff29 (diff) | |
download | haskell-926ae90b75cd3368049854898062a563e57c9ad2.tar.gz |
Make our install variables etc compliant with GNU standards; fixes #1924
Diffstat (limited to 'ghc/ghc.wrapper')
-rw-r--r-- | ghc/ghc.wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper index 9b2ba0f49a..093d9af784 100644 --- a/ghc/ghc.wrapper +++ b/ghc/ghc.wrapper @@ -1 +1 @@ -exec $executablename -B$datadir ${1+"$@"} +exec $executablename -B$topdir ${1+"$@"} |