build.sh
N. Raghavendra
raghu at mri.ernet.in
Tue May 22 05:24:43 BST 2012
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 already done, I suggest that the instances
of "echo -n" in build.sh be replaced with "printf", as mentioned in the
echo(1) manpage on Mac OS X Lion.
There seems to be a typo in line 137 of build.sh. It looks like
"${will_installed}" should be replaced with "${will_install}".
Regards,
Raghavendra.
--
N. Raghavendra <raghu at mri.ernet.in> | http://www.retrotexts.net/
Harish-Chandra Research Institute | http://www.mri.ernet.in/
More information about the Haskell-platform
mailing list