[Date Prev][Date Next] [Chronological] [Thread] [Top]

configure bug



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; }