Re: [edk2-devel] [PATCH v2 1/3] OvmfPkg/build.sh: use POSIX 'command -v' instead of 'which'.

2019-07-25 Thread Philippe Mathieu-Daudé
On 7/25/19 2:45 PM, rebe...@bsdio.com wrote: > On 2019-07-25 05:07, Philippe Mathieu-Daudé wrote: >> It would be quicker to reply to your series if you use a cover letter. >> (I'd have replied "series: Reviewed-by" instead of going thru each patch). > > Thanks, I'll try and remember that in

Re: [edk2-devel] [PATCH v2 1/3] OvmfPkg/build.sh: use POSIX 'command -v' instead of 'which'.

2019-07-25 Thread rebecca
On 2019-07-25 05:07, Philippe Mathieu-Daudé wrote: > It would be quicker to reply to your series if you use a cover letter. > (I'd have replied "series: Reviewed-by" instead of going thru each patch). Thanks, I'll try and remember that in future. I'm still learning how best to send patches using

Re: [edk2-devel] [PATCH v2 1/3] OvmfPkg/build.sh: use POSIX 'command -v' instead of 'which'.

2019-07-25 Thread Philippe Mathieu-Daudé
Hi Rebecca, It would be quicker to reply to your series if you use a cover letter. (I'd have replied "series: Reviewed-by" instead of going thru each patch). On 7/24/19 11:44 PM, rebe...@bsdio.com wrote: > Signed-off-by: Rebecca Cran > --- > OvmfPkg/build.sh | 10 +- > 1 file changed,

[edk2-devel] [PATCH v2 1/3] OvmfPkg/build.sh: use POSIX 'command -v' instead of 'which'.

2019-07-24 Thread rebecca
Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh index e94aa2a37e..1c28e65404 100755 --- a/OvmfPkg/build.sh +++ b/OvmfPkg/build.sh @@ -174,11 +174,11 @@ case $PROCESSOR in #