Home
last modified time | relevance | path

Searched refs:foundline (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcommitcheck.sh23 foundline=$(git log -n 1 "$REF" | grep -E -m 1 "$regex")
24 if [ -z "$foundline" ]; then