Commit 0142c001 authored by Bruce Momjian's avatar Bruce Momjian

Use $build_platform for PWD flag test, per suggestion from Peter.

parent 5d7aec48
#! /bin/sh
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.40 2004/05/02 10:24:51 momjian Exp $
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.41 2004/05/02 21:30:08 momjian Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
......@@ -211,8 +211,8 @@ esac
# Set up pwd to give a win32 happy pathname
# ----------
case `uname` in
MINGW32*)
case $build_platform in
*-*-mingw32*)
PWDFLAGS=-W;;
*)
PWDFLAGS=;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment