[Mailman-Developers] [ mailman-Bugs-577685 ] sh syntax problem in configure

noreply@sourceforge.net noreply@sourceforge.net
Fri, 05 Jul 2002 00:35:26 -0700


Bugs item #577685, was opened at 2002-07-05 07:35
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=577685&group_id=103

Category: configuring/installing
Group: 2.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: sh syntax problem in configure

Initial Comment:
in 2.0.12 configure script includes a statement:

if [ "$?" == "1" ]
which should be in a traditional sh:

if [ "$?" = "1" ]

(Note single =, not double =)

configure fails on solaris 8 with double =, while
the error was ignored on FreeBSD.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=577685&group_id=103