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

/haikuports/.github/
H A Dlint-new-recipes.sh9 LINES=$(grep -l '[[:blank:]]$' $file)
10 if [ ! -z "$LINES" ]; then
/haikuports/sys-apps/lgrep/
H A Dlgrep44 LINES=`wc -l $TEMPFILE | awk '{ print $1; }'`
45 if [ "$LINES" != "1" ]; then

Completed in 31 milliseconds