Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh25 foundline=$(git log --no-show-signature -n 1 "$REF" | grep -E -m 1 "$regex")
26 if [ -z "$foundline" ]; then