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

/openjdk10/common/bin/
H A Dcompare.sh553 ZIPS=$(cd $THIS_DIR && $FIND . -type f -name "*.zip" -o -name "*.tar.gz" \
556 if [ -n "$ZIPS" ]; then
560 for f in $ZIPS; do
583 ZIPS=$(cd $THIS_DIR && $FIND . -type f -name "*.jar" -o -name "*.war" \
586 if [ -n "$ZIPS" ]; then
590 for f in $ZIPS; do

Completed in 38 milliseconds