[PD-dev] [ pure-data-Patches-1767751 ] BUG: switch == to = in configure.in for strict sh compat

SourceForge.net noreply at sourceforge.net
Mon Dec 17 17:57:12 CET 2007


Patches item #1767751, was opened at 2007-08-04 14:19
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1767751&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Klaus Heinz (kheinz)
Assigned to: Miller Puckette (millerpuckette)
Summary: BUG: switch == to = in configure.in for strict sh compat

Initial Comment:
Hi,

configure.in (and configure) contains unportable shell
syntax.
The declared shell for configure, /bin/sh,
is not always a link to bash or ksh, which both support
== in comparisons. The original syntax for /bin/sh
only accepts = as comparison operator.

The appended fix changes == to =.

ciao
     Klaus Heinz

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

>Comment By: Miller Puckette (millerpuckette)
Date: 2007-12-17 08:57

Message:
Logged In: YES 
user_id=313747
Originator: NO

Yay.  Adopted.



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

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-10-22 18:26

Message:
Logged In: YES 
user_id=27104
Originator: NO

File Added: switch_to_=_for_strict_sh_compatibility-0.41-test06.patch

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

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-09-18 02:29

Message:
Logged In: YES 
user_id=564396
Originator: NO

moved to "patches" section, to indicate that there is a fix for the
problem

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1767751&group_id=55736




More information about the Pd-dev mailing list