More PWD adjustments for win32.

This commit is contained in:
Bruce Momjian 2004-05-03 13:25:23 +00:00
parent 4ef8b2f901
commit 3e3cb0a14a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.41 2004/05/02 21:30:08 momjian Exp $
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.42 2004/05/03 13:25:23 momjian Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
@ -211,7 +211,7 @@ esac
# Set up pwd to give a win32 happy pathname
# ----------
case $build_platform in
case $host_platform in
*-*-mingw32*)
PWDFLAGS=-W;;
*)