Searched refs:tmpmax (Results 1 – 1 of 1) sorted by relevance
836 local tmpmax="$1"838 tmpmax=`expr $tmpmax + 0`839 if [ $tmpmax -lt 1 ] ; then840 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"842 MAXVER=$tmpmax;