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

/openjdk10/common/bin/
H A Dcompare.sh1027 EXECS=$(cd $THIS_DIR && $FIND . -type f -name '*.exe' | $SORT | $FILTER)
1029 EXECS=$(cd $THIS_DIR && $FIND . -name db -prune -o -type f -perm -100 \! \
1046 if [ -n "$EXECS" ]; then
1049 for e in $EXECS; do

Completed in 78 milliseconds