8387044: test/jdk/javax/script/CommonSetup.sh incorrectly sets isCygwin=true for MSys/MinGW

Reviewed-by: jpai, syan
This commit is contained in:
Ashay Rane 2026-06-25 15:47:12 +00:00 committed by Jaikiran Pai
parent b5fba9428e
commit a9fa499945
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005, 2026, 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
@ -52,7 +52,7 @@ case "$OS" in
OS="Windows"
FS="\\"
;;
CYGWIN* | MSYS* | MINGW*)
CYGWIN*)
PS=";"
OS="Windows"
FS="\\"

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005, 2026, 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
@ -45,7 +45,7 @@ case "$OS" in
OS="Windows"
FS="\\"
;;
CYGWIN* | MSYS* | MINGW* )
CYGWIN* )
PS=";"
OS="Windows"
FS="\\"