Re: [cc65] can't compile 2.10 - no sgml2html

From: Adam Thornton <adam1fsf.net>
Date: 2004-02-18 23:35:21
On Wed, 2004-02-18 at 16:13, Groepaz wrote:
> this might be a macos vs linux catch... "make" afaik calls "sh" and not "bash"
> as its subshells...however in linux sh and bash is the same - maybe thats not
> true for macos?

That's not generically true for Linux either.

"sh" must be POSIX /bin/sh compatible.  If you rely on bash-like
behavior in it, then explicitly call "bash", not "sh".  That it happens
to work on Linux is merely historical accident.

Adam

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Feb 18 23:30:51 2004

This archive was generated by hypermail 2.1.8 : 2004-02-18 23:30:57 CET