ing GHC_PACKAGE_PATH when
it doesn't need to. Our fix was to remove line 69 from the
scripts/build.sh file. This line looks like:
GHC_PACKAGE_PATH="${ORIG_GHC_PACKAGE_PATH}" \.
After removing that line, run make clean and then s
#197: build.sh has non sh-isms in it
+---
Reporter: MtnViewMark |Owner: MtnViewMark
Type: defect | Status: closed
Priority: minor |Milestone
Mac installer is built
without using this build.sh script.)
- Mark
___
Haskell-platform mailing list
Haskell-platform@projects.haskell.org
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform
#197: build.sh has non sh-isms in it
+---
Reporter: MtnViewMark | Owner: MtnViewMark
Type: defect | Status: new
Priority: minor | Milestone
There are a couple of instances of "echo -n" in scripts/build.sh in the
2011.4.0.0 source installer. The builtin echo command in sh on Mac OS X
Lion doesn't accept the `-n' option, e.g., "echo -n foo" just prints "-n
foo". In case it hasn't been