Searched refs:tmpmax (Results 1 – 1 of 1) sorted by relevance
742 local tmpmax="$1"744 tmpmax=`expr $tmpmax + 0`745 if [ $tmpmax -lt 1 ] ; then746 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"748 MAXVER=$tmpmax;