Searched refs:tmpmax (Results 1 – 1 of 1) sorted by relevance
907 local tmpmax="$1"909 tmpmax=`expr $tmpmax + 0`910 if [ $tmpmax -lt 1 ] ; then911 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"913 MAXVER=$tmpmax;