GHC_PACKAGE_PATH in build.sh

2013-05-30 Thread Yitzchak Gale
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

Re: [haskell-platform] #197: build.sh has non sh-isms in it

2012-10-26 Thread haskell-platform
#197: build.sh has non sh-isms in it +--- Reporter: MtnViewMark |Owner: MtnViewMark Type: defect | Status: closed Priority: minor |Milestone

Re: build.sh

2012-05-21 Thread Mark Lentczner
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

[haskell-platform] #197: build.sh has non sh-isms in it

2012-05-21 Thread haskell-platform
#197: build.sh has non sh-isms in it +--- Reporter: MtnViewMark | Owner: MtnViewMark Type: defect | Status: new Priority: minor | Milestone

build.sh

2012-05-21 Thread N. Raghavendra
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