On Fri, Nov 10, 2006 at 07:00:12PM +0100, Florent Bayle wrote: > I've investigated, and it seems that this bug only appears if sh is a > link to dash. So it's certainly a bashism somewhere.
I tried to trace what could be the piece of shell with the bashism, and
I came to this:
parser.mli parser.ml lexer.ml: lexer.mll parser.mly
$(MLLEX) lexer.mll
$(MLYACC) parser.mly
# workaround for ocamlyacc "open" lack
@mv parser.mli _parser.mli
@echo -e "open Absyn\n" >parser.mli
@cat <_parser.mli >>parser.mli
@rm -f _parser.mli
I'm not very skilled at spotting bashisms: could please you point me to
the one in it? echo -e?
Ciao,
Enrico
--
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature

