--- old/test/jdk/java/lang/instrument/MakeJAR2.sh 2020-05-20 18:06:09.889175925 -0700 +++ new/test/jdk/java/lang/instrument/MakeJAR2.sh 2020-05-20 18:06:09.553169473 -0700 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2020, 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 @@ -55,7 +55,7 @@ OS=`uname -s` case "$OS" in - SunOS | Linux ) + Linux ) PATHSEP=":" ;;