**************************************************************
EOT
TEMPLATE=generic
- GUESS=`grep "$host_os" template/.similar 2>/dev/null`
+ GUESS=`grep "$host" template/.similar 2>/dev/null`
if test ! "$GUESS"
- then host_os_no_ver=`echo "$host_os" | sed 's/[0-9.]*$//'`
- GUESS=`grep "$host_os_no_ver" template/.similar 2>/dev/null`
+ then host_no_ver=`echo "$host" | sed 's/[0-9.]*$//'`
+ GUESS=`grep "$host_no_ver" template/.similar 2>/dev/null`
fi
if test "$GUESS"
then
**************************************************************
EOT
TEMPLATE=generic
- GUESS=`grep "$host_os" template/.similar 2>/dev/null`
+ GUESS=`grep "$host" template/.similar 2>/dev/null`
if test ! "$GUESS"
- then host_os_no_ver=`echo "$host_os" | sed 's/[[0-9.]]*$//'`
- GUESS=`grep "$host_os_no_ver" template/.similar 2>/dev/null`
+ then host_no_ver=`echo "$host" | sed 's/[[0-9.]]*$//'`
+ GUESS=`grep "$host_no_ver" template/.similar 2>/dev/null`
fi
if test "$GUESS"
then