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===================

David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to