On Tue, Apr 24, 2012 at 10:10 PM, David Korn <[email protected]> wrote: > cc: [email protected] [email protected] > [email protected] > Subject: Re: Re: termclock.sh not working for git head, PATH problem? > >> After some digging it turned out that replacing '/not/here/path' with >> '/tmp' fixes the problem... AFAIK this looks like having an element in >> PATH which points to a non-existing directory causes the failure... > > I know the line that causes the failure. > > However, this patch breaks one of the more recent fixes. > I hope to resolve this problem tomorrow. > > ======================cut here=================== > --- sh/path.c Tue Apr 24 16:08:19 2012 > *************** > *** 434,440 **** > if(!pp->dev && !pp->ino) > path_checkdup(shp,pp); > if(pp->flags&PATH_SKIP) > ! return(ppnext); > if(!last || *pp->name!='/') > break; > } > --- 434,440 ---- > if(!pp->dev && !pp->ino) > path_checkdup(shp,pp); > if(pp->flags&PATH_SKIP) > ! continue; > if(!last || *pp->name!='/') > break; > } > > ======================cut here===================
Thanks... ... can someone please add this (or the "real" fix (which doesn't break other stuff)) to the git, please ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [email protected] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;) _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
