Re: [pacman-dev] [PATCH] Fix copying of arrays in makepkg.

2009-11-09 Thread Xavier
On Mon, Nov 9, 2009 at 10:25 PM, Loui Chang wrote: > > Ah. I guess I should pay more attention on this mailing list. > Is there any document describing who's branches/repos I should check > before submitting patches? That could be helpful. I've just been > following the main repo. > I think it ha

Re: [pacman-dev] [PATCH] Fix copying of arrays in makepkg.

2009-11-09 Thread Loui Chang
On Mon 09 Nov 2009 21:50 +0100, Xavier wrote: > On Mon, Nov 9, 2009 at 9:34 PM, Loui Chang wrote: > > Arrays were being converted to strings, then back to arrays rather than > > being copied directly as arrays. > > > > This closes FS#16871 > > > > Signed-off-by: Loui Chang > > --- > >  scripts/ma

Re: [pacman-dev] [PATCH] Fix copying of arrays in makepkg.

2009-11-09 Thread Xavier
On Mon, Nov 9, 2009 at 9:34 PM, Loui Chang wrote: > Arrays were being converted to strings, then back to arrays rather than > being copied directly as arrays. > > This closes FS#16871 > > Signed-off-by: Loui Chang > --- >  scripts/makepkg.sh.in |    4 ++-- >  1 files changed, 2 insertions(+), 2 d

[pacman-dev] [PATCH] Fix copying of arrays in makepkg.

2009-11-09 Thread Loui Chang
Arrays were being converted to strings, then back to arrays rather than being copied directly as arrays. This closes FS#16871 Signed-off-by: Loui Chang --- scripts/makepkg.sh.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.s