Home
last modified time | relevance | path

Searched refs:tmpmax (Results 1 – 1 of 1) sorted by relevance

/ndk/build/core/
Dndk-common.sh742 local tmpmax="$1"
744 tmpmax=`expr $tmpmax + 0`
745 if [ $tmpmax -lt 1 ] ; then
746 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
748 MAXVER=$tmpmax;