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

Commit5431458

Browse files
committed
pg_upgrade/test.sh: Quote sed(1) argument
Lack of quotes results in failure to run the test under older Solaris.Author: Marina Polyakova, Victor WagnerDiscussion:https://postgr.es/m/feba89f89e8925b3535cb7d72b9e05e1@postgrespro.ru
1 parent879b69b commit5431458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ standard_initdb() {
3131

3232
# What flavor of host are we on?
3333
# Treat MINGW* (msys1) and MSYS* (msys2) the same.
34-
testhost=`uname -s| sed s/^MSYS/MINGW/`
34+
testhost=`uname -s| sed's/^MSYS/MINGW/'`
3535

3636
# Establish how the server will listen for connections
3737
case$testhostin

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp