Jeff Trawick wrote:
On 2/4/06, Jeff Trawick <[EMAIL PROTECTED]> wrote:On 2/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:# If Expat has been bundled, then go and configure the thing # -if test -d xml/expat; then +if [ -f xml/expat/buildconf.sh ]; thenCurious: 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.
