Bug#353275: problems with patch

2007-09-16 Thread Amos Shapira
On 15/09/2007, Andrew Schulman <[EMAIL PROTECTED]> wrote: > > Amos, thanks for submitting the patch. On line 23 you have: > > +my @files = ref $file ? @$file : [ $file ]; > > Are you sure this is right? It looks wrong to me. I think it should be > > +my @files = ref $file ? @$file : ( $f

Bug#353275: problems with patch

2007-09-15 Thread Andrew Schulman
Amos, thanks for submitting the patch. On line 23 you have: +my @files = ref $file ? @$file : [ $file ]; Are you sure this is right? It looks wrong to me. I think it should be +my @files = ref $file ? @$file : ( $file ); Also, although the patch is 170 lines, it seems that only about