Re: [Paco-general] pacoball: symbol links to absent files/catalogs must be archived too
Brought to you by:
davidrr
|
From: David R. <dav...@gm...> - 2007-09-07 17:40:46
|
Hi Dan. 2007/9/7, Dan Nicholson <dbn...@gm...>: > > 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 $_? > Yes. The patch has a typo. But it has been fixed in SVN. *david |