Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24edd34

Browse files
committed
Cleanup of initdb.sh script to be portable, at least marginally.
1 parent65f694f commit24edd34

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)

[8]ページ先頭

©2009-2025 Movatter.jp