Re: pgsql/src/bin/initdb Makefile initdb.sh

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian - CVS <momjian(at)hub(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/bin/initdb Makefile initdb.sh
Date: 2001-05-08 17:19:50
Message-ID: 5401.989342390@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian - CVS <momjian(at)hub(dot)org> writes:
> Allow SHELL in Makefile.* to control initdb.

Waste of time, Bruce. By my count, our distribution contains sixty-five
other shell scripts with hard-wired "#! /bin/sh", most of which are not
being passed through any autoconfiguration step. Foremost on the list
is configure itself. It's going to be rather difficult to autoconfigure
anything if /bin/sh doesn't work.

I would suggest reverting this change, since there's no point in having
initdb work differently from all our other shellscripts. I agree with
Doug McNaught that any system where /bin/sh isn't a Bourne shell is
not Unix.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-08 17:25:28 pgsql/src/backend/optimizer geqo/geqo_misc.c p ...
Previous Message Bruce Momjian - CVS 2001-05-08 17:12:36 pgsql/src/interfaces/odbc bind.c columninfo.c ...