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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian - CVS <momjian(at)hub(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/bin/initdb Makefile initdb.sh
Date: 2001-05-08 18:07:00
Message-ID: 200105081807.f48I70r19506@candle.pha.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.

Another issue is that initdb is already going through parameter
substitution, so it wasn't a big deal to fix it.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-08 19:00:26 pgsql/src/backend/storage/ipc ipc.c
Previous Message Bruce Momjian 2001-05-08 18:05:50 Re: pgsql/src/bin/initdb Makefile initdb.sh