File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -641,10 +641,10 @@ starts 'checking host system type...'
641
641
**************************************************************
642
642
EOT
643
643
TEMPLATE=generic
644
- GUESS=` grep " $host_os " template/.similar 2> /dev/null`
644
+ GUESS=` grep " $host " template/.similar 2> /dev/null`
645
645
if test ! " $GUESS "
646
- then host_os_no_ver =` echo " $host_os " | sed ' s/[0-9.]*$//' `
647
- GUESS=` grep " $host_os_no_ver " template/.similar 2> /dev/null`
646
+ then host_no_ver =` echo " $host " | sed ' s/[0-9.]*$//' `
647
+ GUESS=` grep " $host_no_ver " template/.similar 2> /dev/null`
648
648
fi
649
649
if test " $GUESS "
650
650
then
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ starts 'checking host system type...'
79
79
**************************************************************
80
80
EOT
81
81
TEMPLATE=generic
82
- GUESS=`grep "$host_os " template/.similar 2>/dev/null`
82
+ GUESS=`grep "$host " template/.similar 2>/dev/null`
83
83
if test ! "$GUESS"
84
- then host_os_no_ver =`echo "$host_os " | sed 's/[[0-9.]]*$//'`
85
- GUESS=`grep "$host_os_no_ver " template/.similar 2>/dev/null`
84
+ then host_no_ver =`echo "$host " | sed 's/[[0-9.]]*$//'`
85
+ GUESS=`grep "$host_no_ver " template/.similar 2>/dev/null`
86
86
fi
87
87
if test "$GUESS"
88
88
then
You can’t perform that action at this time.
0 commit comments