diff --git a/jaxb-ri/bundles/ri/src/main/resources/bin/xjc.sh b/jaxb-ri/bundles/ri/src/main/resources/bin/xjc.sh index 533386034..57bb7d481 100755 --- a/jaxb-ri/bundles/ri/src/main/resources/bin/xjc.sh +++ b/jaxb-ri/bundles/ri/src/main/resources/bin/xjc.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 1997, 2019 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved. # # This program and the accompanying materials are made available under the # terms of the Eclipse Distribution License v. 1.0, which is available at @@ -36,7 +36,6 @@ then JAXB_HOME=`dirname "$PRG"`/.. # make it fully qualified - cd "$saveddir" JAXB_HOME=`cd "$JAXB_HOME" && pwd` cd "$saveddir"