Quoting Ola Lundqvist <[EMAIL PROTECTED]>:

>> The bug comes from a misspelling of a variable
>> '$movecmd' visavi (two places) '$mvcmd'.
>
> Whoops! I'll correct that.
>
>> Patch included...
>> 
>> ----- s n i p -----
>> --- /usr/bin/debarchiver~    2005-04-13 22:29:44.000000000 +0200
>> +++ /usr/bin/debarchiver     2007-02-28 23:16:23.000000000 +0100
>> @@ -1091,13 +1091,13 @@
>>             2);
>>      }
>>      if ($CMeta{ChangesFile} != "") {
>> -    cmdaction("$mvcmd $CMeta{ChangesFile} REJECT/",
>> +    cmdaction("$movecmd $CMeta{ChangesFile} REJECT/",       <= NOTE1
>>                "Move .changes to REJECT dir.",
>>                2);
>>      }
>>      foreach $file (keys %CFiles) {
>>      if (-f $file) {
>> -        cmdaction ("$mvcmd $file REJECT/",
>> +        cmdaction ("$movecmd $file REJECT/",                <= NOTE2
>>                     "Move $file to REJECT dir.",
>>                     3);
>>      }
>> ----- s n i p -----
>
> Should this 2 be changed to a 3 according to you?

Eh, no.... It's 2 in one place, and a 3 in the other...
There's TWO (NOTE1 _and_ NOTE2) places in the file where
'$mvcmd' is used (se the lines starting with plus and minus).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to