diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_upgrade/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/test.sh b/src/bin/pg_upgrade/test.sh index cb46e1eb23d..431f4e5648b 100644 --- a/src/bin/pg_upgrade/test.sh +++ b/src/bin/pg_upgrade/test.sh @@ -31,7 +31,7 @@ standard_initdb() { # What flavor of host are we on? # 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 case $testhost in |