Commit da767117 authored by Bruce Momjian's avatar Bruce Momjian

FIx solaris template finding.

parent a67fd490
......@@ -641,7 +641,7 @@ starts 'checking host system type...'
**************************************************************
EOT
TEMPLATE=generic
GUESS=`grep $host_os template/.similar 2>/dev/null`
GUESS=`grep "$host_os=" template/.similar 2>/dev/null`
if test $GUESS
then
TEMPLATE=`echo $GUESS | sed 's/.*=//'`
......
......@@ -79,7 +79,7 @@ starts 'checking host system type...'
**************************************************************
EOT
TEMPLATE=generic
GUESS=`grep $host_os template/.similar 2>/dev/null`
GUESS=`grep "$host_os=" template/.similar 2>/dev/null`
if test $GUESS
then
TEMPLATE=`echo $GUESS | sed 's/.*=//'`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment