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

/openjdk9/common/bin/
H A Dcompare.sh192 ONLY_THIS=$($GREP '>' $WORK_DIR/dirs_diff)
193 if [ "$ONLY_THIS" ]; then
228 ONLY_THIS=$($GREP '>' $WORK_DIR/files_diff)
229 if [ "$ONLY_THIS" ]; then
487 ONLY_THIS=$($GREP "^Only in $THIS_UNZIPDIR" $CONTENTS_DIFF_FILE)
497 if [ -n "$ONLY_THIS" ]; then
499 echo "$ONLY_THIS" | sed "s|Only in $THIS_UNZIPDIR| |"g | sed 's|: |/|g'

Completed in 99 milliseconds