Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda76711

Browse files
committed
FIx solaris template finding.
1 parenta67fd49 commitda76711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ starts 'checking host system type...'
641641
**************************************************************
642642
EOT
643643
TEMPLATE=generic
644-
GUESS=`grep$host_os template/.similar2>/dev/null`
644+
GUESS=`grep"$host_os=" template/.similar2>/dev/null`
645645
iftest$GUESS
646646
then
647647
TEMPLATE=`echo$GUESS| sed's/.*=//'`

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ starts 'checking host system type...'
7979
**************************************************************
8080
EOT
8181
TEMPLATE=generic
82-
GUESS=`grep $host_os template/.similar 2>/dev/null`
82+
GUESS=`grep"$host_os=" template/.similar 2>/dev/null`
8383
if test $GUESS
8484
then
8585
TEMPLATE=`echo $GUESS | sed 's/.*=//'`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp