Re: [PATCH 5/5] convert: Accept destination format as parameter

2018-05-11 Thread Niklas Söderlund
Hi Jacopo, Thanks for your work. On 2018-05-11 12:00:39 +0200, Jacopo Mondi wrote: > Accept the destination image format as thrid parameter of the convert > function. > > Signed-off-by: Jacopo Mondi Acked-by: Niklas Söderlund > --- > convert.sh | 3 ++- > 1 file changed, 2 insertions(+), 1

[PATCH 5/5] convert: Accept destination format as parameter

2018-05-11 Thread Jacopo Mondi
Accept the destination image format as thrid parameter of the convert function. Signed-off-by: Jacopo Mondi --- convert.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/convert.sh b/convert.sh index 4059868..878ac63 100755 --- a/convert.sh +++ b/convert.sh @@ -2,6 +2,7 @@