Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 24edd34

Browse files
committed
Cleanup of initdb.sh script to be portable, at least marginally.
1 parent 65f694f commit 24edd34

File tree

2 files changed

+105
-79
lines changed

2 files changed

+105
-79
lines changed

src/bin/initdb/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.14 1999/12/08 10:29:39 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.15 1999/12/18 02:48:53 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -17,8 +17,7 @@ include ../../Makefile.global
1717
all: initdb
1818

1919
initdb: initdb.sh
20-
sed -e 's/__MULTIBYTE__/$(MULTIBYTE)/' \
21-
initdb.sh > initdb
20+
sed -e 's/__MULTIBYTE__/$(MULTIBYTE)/' initdb.sh > initdb
2221

2322
install: initdb
2423
$(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)

0 commit comments

Comments
 (0)