Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4a03f9

Browse files
committed
Set PWDFLAGS based on test platform, not target platform.
Andrew Dunstan
1 parent14a5330 commite4a03f9

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/0204:27:37 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.40 2004/05/0210: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_platformin
215-
*-*-mingw32*)
214+
case`uname`in
215+
MINGW32*)
216216
PWDFLAGS=-W;;
217217
*)
218218
PWDFLAGS=;;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp