File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.25 2001/02/18 18:33:59 momjian Exp $
8
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.26 2001/05/08 16:28:46 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -18,6 +18,7 @@ all: initdb
18
18
initdb : initdb.sh $(top_builddir ) /src/Makefile.global
19
19
sed -e ' s/@MULTIBYTE@/$(MULTIBYTE)/g' \
20
20
-e ' s/@VERSION@/$(VERSION)/g' \
21
+ -e ' s,@SHELL@,$(SHELL),g' \
21
22
-e ' s,@bindir@,$(bindir),g' \
22
23
-e ' s,@datadir@,$(datadir),g' \
23
24
$< > $@
Original file line number Diff line number Diff line change 1
- #! /bin/sh
1
+ #! @SHELL@
2
2
# -------------------------------------------------------------------------
3
3
#
4
4
# initdb creates (initializes) a PostgreSQL database cluster (site,
23
23
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
24
24
# Portions Copyright (c) 1994, Regents of the University of California
25
25
#
26
- # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.123 2001/03/27 05:45:50 ishii Exp $
26
+ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.124 2001/05/08 16:28:46 momjian Exp $
27
27
#
28
28
# -------------------------------------------------------------------------
29
29
You can’t perform that action at this time.
0 commit comments