Hi Erik

On 04/28/16 07:06, Chris Hegarty wrote:
On 28 Apr 2016, at 15:00, Erik Joelsson <[email protected]> wrote:

An apparent typo has appeared in common/autoconf/compare.sh.in which I think 
originates from a merge changeset. It prevents clean comparisons from being 
done so I would like to have it fixed asap.

Bug: https://bugs.openjdk.java.net/browse/JDK-8155641
Patch:
diff -r d8b1e1832b0e common/autoconf/compare.sh.in
--- a/common/autoconf/compare.sh.in
+++ b/common/autoconf/compare.sh.in
@@ -31,7 +31,7 @@

export LEGACY_BUILD_DIR=@OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU_LEGACY@

-sexport OPENJDK_TARGET_OS="@OPENJDK_TARGET_OS@"
+export OPENJDK_TARGET_OS="@OPENJDK_TARGET_OS@"
export OPENJDK_TARGET_CPU="@OPENJDK_TARGET_CPU@"
export OPENJDK_TARGET_CPU_LIBDIR="@OPENJDK_TARGET_CPU_LIBDIR@"
export DEBUG_LEVEL="@DEBUG_LEVEL@“
Looks ok to me.

-Chris.


Looks good to me as well.

Tim

Reply via email to