mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
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 Wagner Discussion: https://postgr.es/m/feba89f89e8925b3535cb7d72b9e05e1@postgrespro.ru
This commit is contained in:
parent
879b69be29
commit
5431458f4a
@ -31,7 +31,7 @@ standard_initdb() {
|
|||||||
|
|
||||||
# What flavor of host are we on?
|
# What flavor of host are we on?
|
||||||
# Treat MINGW* (msys1) and MSYS* (msys2) the same.
|
# Treat MINGW* (msys1) and MSYS* (msys2) the same.
|
||||||
testhost=`uname -s | sed s/^MSYS/MINGW/`
|
testhost=`uname -s | sed 's/^MSYS/MINGW/'`
|
||||||
|
|
||||||
# Establish how the server will listen for connections
|
# Establish how the server will listen for connections
|
||||||
case $testhost in
|
case $testhost in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user