Home
last modified time | relevance | path

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

/scripts/
Dcoccicheck199 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
200 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then
203 echo "This SmPL patch requires: $REQ"