We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a94ba commit 32200c1Copy full SHA for 32200c1
src/bin/pg_upgrade/test.sh
@@ -33,7 +33,7 @@ standard_initdb() {
33
34
# What flavor of host are we on?
35
# Treat MINGW* (msys1) and MSYS* (msys2) the same.
36
-testhost=`uname -s | sed s/^MSYS/MINGW/`
+testhost=`uname -s | sed 's/^MSYS/MINGW/'`
37
38
# Establish how the server will listen for connections
39
case $testhost in
0 commit comments