Home | History | Annotate | Download | only in utils

Lines Matching refs:tmp1

522 	tmp1=`echo $range_info | awk '{print $4}'`
525 if test -z "$tmp1" -o -z "$tmp2"; then
528 vecho "found start as \"$tmp1\", end as \"$tmp2\"" >&2
533 XEN_RANGE="`echo $tmp1`,`echo $tmp2`"
536 KERNEL_RANGE="`echo $tmp1`,`echo $tmp2`"