Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance
37 set _ $(ls -l a2); shift; p2=$138 test $p1 = $p2 || fail=142 set _ $(ls -l b2); shift; p2=$143 test $p1 = $p2 || fail=148 set _ $(ls -l c2); shift; p2=$149 test $p1 = $p2 && fail=1
267 p2=$(echo "$ver2" | cut -d. -f$i)271 elif [ ! "$p2" ]; then274 elif [ ! "$p1" = "$p2" ]; then275 if [ "$p1" -gt "$p2" ] 2>/dev/null; then # numeric comparison277 elif [ "$p2" -gt "$p1" ] 2>/dev/null; then # numeric comparison280 lp=$(printf "%s\n%s\n" "$p1" "$p2" | LANG=C sort -n | tail -n1)281 if [ "$lp" = "$p2" ]; then