Home
last modified time | relevance | path

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

/ndk/build/tools/
Dndk-common.sh907 local tmpmax="$1"
909 tmpmax=`expr $tmpmax + 0`
910 if [ $tmpmax -lt 1 ] ; then
911 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
913 MAXVER=$tmpmax;