[ZCM] [ZC] 965/ 5 Comment "Z2.7: configure called with wrong shell"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Wed, 09 Jul 2003 07:37:53 -0400


Issue #965 Update (Comment) "Z2.7: configure called with wrong shell"
 Status Resolved, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/965

==============================================================
= Comment - Entry #5 by ajung on Jul 9, 2003 7:37 am

Works! Thanks
________________________________________
= Resolve - Entry #4 by mcdonc on Jul 8, 2003 3:27 pm

 Status: Pending => Resolved

I believe I've fixed this.
________________________________________
= Comment - Entry #3 by ajung on Jul 8, 2003 11:57 am

ajung@developix:/local/home/ajung/Zope-2.7.0-a1: sh configure
configure: test: argument expected

I could not figure out where it looks like at least on of the if-then clauses causes the problem.

________________________________________
= Comment - Entry #2 by mcdonc on Jul 8, 2003 11:49 am

Do you know what fails in configure under the old Bourne shell?  We can fix it rather than requiring that Solaris users use bash...
________________________________________
= Request - Entry #1 by ajung on Jul 8, 2003 11:44 am

configure of Zope 2.7 is started with /bin/sh. Under Solaris this defaults to the old Bourne shell and therefore configure will not work there. Instead /bin/bash should be used or better /usr/bin/env bash.

==============================================================