diff options
| author | Bruce Momjian | 1997-08-01 03:49:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-08-01 03:49:22 +0000 |
| commit | da7671171439f38e54d7d34d31853d34a84a188d (patch) | |
| tree | d7d7e37af748ce6542c14e781ed420ec7bb132a5 /src/configure | |
| parent | a67fd49091644f10980224f582019a1486d0c8e8 (diff) | |
FIx solaris template finding.
Diffstat (limited to 'src/configure')
| -rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index c450b00c766..3656ee4b0e1 100755 --- a/src/configure +++ b/src/configure @@ -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/.*=//'` |
