[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: configure bug
committed, please test, thanks
Kurt
At 09:56 AM 1/3/01 -0800, Mei-Hui Su wrote:
>After updated with the latest version in cvs, I found the extra double &
>in the configure script.
>
>mei
>
>Index: configure
>===================================================================
>RCS file: /repo/OpenLDAP/pkg/ldap/configure,v
>retrieving revision 1.355
>diff -r1.355 configure
>653c653
>< $ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; && export CDPATH; }
>---
>> $ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }