* Stian Jordet schrieb am 05.12.03 um 00:35 Uhr:
> tor, 04.12.2003 kl. 23.51 skrev Bo Lincoln:
> > Thanks!
> >
> > I tried it on my RH9 linux, and bash spews on
> >
> > if ( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [
> > ${EVO_MINVER} -ge 4 ])); then
> >
> > by saying
> >
> > "./c
tor, 04.12.2003 kl. 23.51 skrev Bo Lincoln:
> Thanks!
>
> I tried it on my RH9 linux, and bash spews on
>
> if ( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [
> ${EVO_MINVER} -ge 4 ])); then
>
> by saying
>
> "./configure: line 4177: 1: command not found"
>
> I don't know enough abo
Thanks!
I tried it on my RH9 linux, and bash spews on
if ( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [
${EVO_MINVER} -ge 4 ])); then
by saying
"./configure: line 4177: 1: command not found"
I don't know enough about shell scripts to actually make a portable fix.
Any suggestions?
Hi, please review attached patch. It removes bash-isms from configure
script, allowing it to build on obscure systems where /bin/sh != bash,
like BSD systems...
I'd love to see it included, as reducing local patches is always good.
--
Pav Lucistnik <[EMAIL PROTECTED]>
<[EMAIL PROTE