Index: src/bin/initdb/Makefile =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/bin/initdb/Makefile,v retrieving revision 1.25 diff -c -r1.25 Makefile *** src/bin/initdb/Makefile 2001/02/18 18:33:59 1.25 --- src/bin/initdb/Makefile 2001/05/08 16:16:54 *************** *** 18,23 **** --- 18,24 ---- initdb: initdb.sh $(top_builddir)/src/Makefile.global sed -e 's/@MULTIBYTE@/$(MULTIBYTE)/g' \ -e 's/@VERSION@/$(VERSION)/g' \ + -e 's,@SHELL@,$(SHELL),g' \ -e 's,@bindir@,$(bindir),g' \ -e 's,@datadir@,$(datadir),g' \ $< >$@ Index: src/bin/initdb/initdb.sh =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/bin/initdb/initdb.sh,v retrieving revision 1.123 diff -c -r1.123 initdb.sh *** src/bin/initdb/initdb.sh 2001/03/27 05:45:50 1.123 --- src/bin/initdb/initdb.sh 2001/05/08 16:16:54 *************** *** 1,4 **** ! #! /bin/sh #------------------------------------------------------------------------- # # initdb creates (initializes) a PostgreSQL database cluster (site, --- 1,4 ---- ! #!@SHELL@ #------------------------------------------------------------------------- # # initdb creates (initializes) a PostgreSQL database cluster (site,