Jeff Trawick wrote:
> On 2/4/06, Jeff Trawick <trawick@gmail.com> wrote:
>
>>On 2/3/06, wrowe@apache.org <wrowe@apache.org> wrote:
>>
>>
>>> # If Expat has been bundled, then go and configure the thing
>>> #
>>>-if test -d xml/expat; then
>>>+if [ -f xml/expat/buildconf.sh ]; then
>>
>>Curious: what does this change do?
>
> I think I got a clue from a comment in another of yesterday's commits.
> "test -d" doesn't do the right thing when symlinks are used there.
> Right?
Yup, that's the in-correct behavior the commit fixed.
|