Re: [RSB] [PATCH 1/2] Fix bug of uncompressing zip files.

2014-08-28 Thread Chris Johns
On 29/08/2014 3:14 am, Hesham ALMatary wrote: This patch uses __unzip macro for uncompressing zip files instead of the wrong __zip macro which is not defined in defaults.mc file. Merged. Thank you. Chris --- source-builder/sb/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[RSB] [PATCH 1/2] Fix bug of uncompressing zip files.

2014-08-28 Thread Hesham ALMatary
This patch uses __unzip macro for uncompressing zip files instead of the wrong __zip macro which is not defined in defaults.mc file. --- source-builder/sb/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/download.py b/source-builder/sb/download.py i