
12 May
2013
12 May
'13
9:27 a.m.
On Fri, May 10, 2013 at 3:40 PM, Ian Lynagh
Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YES
We were checking paths with if [ -f '"/path/to/Prelude"' ] i.e. the " quotes were being quoted by the ' quotes. Now we just use " quotes (which come from the ghc-pkg output).
This does not work (again) on the FreeBSD builder clients. Any suggestions where else to fix this problem for them then?