autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.status and /bin/sh on Solaris


From: Zack Weinberg
Subject: Re: config.status and /bin/sh on Solaris
Date: Fri, 27 Jan 2017 13:41:48 -0500

On Fri, Jan 27, 2017 at 1:36 PM, Dimitrios Apostolou <address@hidden> wrote:
> on my Solaris 10, for some unknown reason, /sometimes/ config.status is
> generated with "#! /bin/sh" shebang, instead of bash.

You should figure out why *this* is happening and fix it.  Solaris 10
/bin/sh is *extremely* old (behavior frozen circa 1992 - yes,
seriously) and it is likely that the problem you've noticed is only
the tip of the iceberg.

config.status on Solaris 10 should be generated with #!
/usr/xpg4/bin/sh and should also set the PATH to prioritize
/usr/xpg4/bin over {/usr,}/bin.

zw



reply via email to

[Prev in Thread] Current Thread [Next in Thread]