Commit 3e3cb0a1 authored by Bruce Momjian's avatar Bruce Momjian

More PWD adjustments for win32.

parent 4ef8b2f9
#! /bin/sh #! /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` me=`basename $0`
: ${TMPDIR=/tmp} : ${TMPDIR=/tmp}
...@@ -211,7 +211,7 @@ esac ...@@ -211,7 +211,7 @@ esac
# Set up pwd to give a win32 happy pathname # Set up pwd to give a win32 happy pathname
# ---------- # ----------
case $build_platform in case $host_platform in
*-*-mingw32*) *-*-mingw32*)
PWDFLAGS=-W;; PWDFLAGS=-W;;
*) *)
......
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