File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ 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_os = " template/.similar 2> /dev/null`
645
645
if test $GUESS
646
646
then
647
647
TEMPLATE=` echo $GUESS | sed ' s/.*=//' `
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ 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_os=" template/.similar 2>/dev/null`
83
83
if test $GUESS
84
84
then
85
85
TEMPLATE=`echo $GUESS | sed 's/.*=//'`
You can’t perform that action at this time.
0 commit comments