Skip to content

Commit e4a03f9

Browse files
committed
Set PWDFLAGS based on test platform, not target platform.
Andrew Dunstan
1 parent 14a5330 commit e4a03f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/regress/pg_regress.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.39 2004/05/02 04:27:37 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.40 2004/05/02 10:24:51 momjian Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -211,8 +211,8 @@ esac
211211
# Set up pwd to give a win32 happy pathname
212212
# ----------
213213

214-
case $host_platform in
215-
*-*-mingw32*)
214+
case `uname` in
215+
MINGW32*)
216216
PWDFLAGS=-W;;
217217
*)
218218
PWDFLAGS=;;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy