Under Mountain Lion, sed can misinterpret its inputs from the Makefile and report sed: RE error: illegal byte sequence
A fix is to set the environment variable LANG to C: export LANG=C
or even to unset it: unset LANG
Fixed in rev b428414e7d5c.
Log in to post a comment.
Fixed in rev b428414e7d5c.