Searched refs:ISLINK (Results 1 - 1 of 1) sorted by relevance

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh16888 ISLINK=`$LS -l $sym_link_dir/$sym_link_file | $GREP '\->' | $SED -e 's/.*-> \(.*\)/\1/'`
16889 if test "x$ISLINK" == x; then
16895 cd `$DIRNAME $ISLINK`
16897 sym_link_file=`$BASENAME $ISLINK`
27258 ISLINK=`$LS -l $sym_link_dir/$sym_link_file | $GREP '\->' | $SED -e 's/.*-> \(.*\)/\1/'`
27259 if test "x$ISLINK" == x; then
27265 cd `$DIRNAME $ISLINK`
27267 sym_link_file=`$BASENAME $ISLINK`
[all...]

Completed in 193 milliseconds