mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 11:53:09 +00:00
8198627: JDK-8198318 broke readlink testing
Reviewed-by: erikj, tbell, prr, simonis
This commit is contained in:
parent
62ec6e6d1d
commit
9f9f7ec458
@ -263,7 +263,7 @@ AC_DEFUN([BASIC_REMOVE_SYMBOLIC_LINKS],
|
||||
READLINK_TESTED=yes
|
||||
fi
|
||||
|
||||
if test "x$READLINK" != x && "x$READLINK_ISGNU" != x; then
|
||||
if test "x$READLINK" != x && test "x$READLINK_ISGNU" != x; then
|
||||
$1=`$READLINK -f [$]$1`
|
||||
else
|
||||
# Save the current directory for restoring afterwards
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user