mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-07 21:48:41 +00:00
8287896: PropertiesTest.sh fail on msys2
Reviewed-by: naoto
This commit is contained in:
parent
4fe0ca9ec3
commit
f1dd559e20
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -61,7 +61,7 @@ case "$OS" in
|
||||
PS=";"
|
||||
FS="/"
|
||||
;;
|
||||
CYGWIN* )
|
||||
CYGWIN*|MSYS*|MINGW* )
|
||||
PS=";"
|
||||
FS="/"
|
||||
TESTJAVA=`cygpath -u ${TESTJAVA}`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user