Skip to content

Commit 3e3cb0a

Browse files
committed
More PWD adjustments for win32.
1 parent 4ef8b2f commit 3e3cb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.sh

+2-2
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.41 2004/05/02 21:30:08 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.42 2004/05/03 13:25:23 momjian Exp $
33

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

214-
case $build_platform in
214+
case $host_platform in
215215
*-*-mingw32*)
216216
PWDFLAGS=-W;;
217217
*)

0 commit comments

Comments
 (0)