Re: [Paco-general] pacoball: symbol links to absent files/catalogs must be archived too
Brought to you by:
davidrr
|
From: Dan N. <dbn...@gm...> - 2007-09-07 17:28:31
|
On 9/7/07, David Rosal <dav...@gm...> wrote: > Hi Sergei. > > 2007/9/7, Sergei Butakov <se...@bs...>: > > Hi, > > > > P.S. I tested it only with paco-1.10.12. > > > > Thanks for the patch. I applied it to the SVN branch. I don't really know perl, but it looks like both patches have a problem. The script was changed from ( -e $_ ) to ( -l $_ || -e _ ) Shouldn't it still be -e $_? -- Dan |