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

/solaris-desktop/include/
H A Dspec-install-post.sh46 start_line=$(${NL} -ba "$1" | ${TR} -cd 'a-z0-9A-Z \n' | \
50 is_int "$start_line" || return 1
52 if [ $start_line -gt $end_line ]; then
55 if [ $start_line -gt 15 ]; then
59 diff=$(($end_line - $start_line))

Completed in 431 milliseconds