[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#5193) defines.sh error
quanah@zimbra.com wrote:
> Full_Name: Quanah Gibson-Mount
> Version: RE24
> OS:
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (71.202.148.128)
>
>
> make[2]: Entering directory `/usr/local/build/ldap-rel-eng-2-4/tests'
> Initiating LDAP tests for BDB...
> ./scripts/defines.sh: line 55: cd: ./schema: No such file or directory
> Running ./scripts/all...
>>>>>> Executing all LDAP tests for bdb
>
>
> SCHEMADIR=${USER_SCHEMADIR-./schema}
> ABS_SCHEMADIR=`(cd $SCHEMADIR; pwd)`
>
> Should that be ../schema? Why do we need to cd to it? Nothing is failing so
> far by not doing so.
That'll only happen the first time. We cd into it so that pwd will tell us the
absolute path.
--
-- Howard Chu
Chief Architect, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/