Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions jaxb-ri/bundles/ri/src/main/resources/bin/xjc.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -36,7 +36,6 @@ then
JAXB_HOME=`dirname "$PRG"`/..

# make it fully qualified
cd "$saveddir"
JAXB_HOME=`cd "$JAXB_HOME" && pwd`

cd "$saveddir"
Expand Down