Quick attempt to fix it

2005-03-22 Thread Pierre THIERRY
tag 296917 +patch thanks Hi, following the discussion about this bug on debian-devel, with some late, I looked quickly in the code of the debhelper package, and I think I could understand it very fast (proof that it is written in a very maintainable way), so I tried to write this patch. I don't

Re: Quick attempt to fix it

2005-03-22 Thread Martin Waitz
hoi :) On Tue, Mar 22, 2005 at 11:11:01PM +0100, Pierre THIERRY wrote: + elsif ($dh{MOVE}) { + doit(mv, , $src, $tmp/$dest/); + } this doesn't look right. I think you should drop the empty argument.