mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8348387: Add fixpath if needed for user-supplied tools
Reviewed-by: erikj
This commit is contained in:
parent
44e5ccaf86
commit
cba0f786fc
@ -360,6 +360,8 @@ AC_DEFUN([UTIL_SETUP_TOOL],
|
||||
fi
|
||||
$1="$tool_command"
|
||||
fi
|
||||
# Make sure we add fixpath if needed
|
||||
UTIL_FIXUP_EXECUTABLE($1)
|
||||
if test "x$tool_args" != x; then
|
||||
# If we got arguments, re-append them to the command after the fixup.
|
||||
$1="[$]$1 $tool_args"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user