Laurent Vivier writes:
> Le 03/07/2018 à 18:00, Alex Bennée a écrit:
>> Currently running the script twice will fail with "sh: echo: I/O
>> error" as the registration is already complete. Add a new option
>> --clear to reset the entries to save the user doing it by hand.
>>
>> Signed-off-by: Al
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180703160022.10705-1-alex.ben...@linaro.org
Subject: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: allow clearing of
entries
=== TEST SCRIPT BEGIN ===
#!/bin/bash
Le 03/07/2018 à 18:00, Alex Bennée a écrit :
> Currently running the script twice will fail with "sh: echo: I/O
> error" as the registration is already complete. Add a new option
> --clear to reset the entries to save the user doing it by hand.
>
> Signed-off-by: Alex Bennée
> ---
> scripts/qemu
Currently running the script twice will fail with "sh: echo: I/O
error" as the registration is already complete. Add a new option
--clear to reset the entries to save the user doing it by hand.
Signed-off-by: Alex Bennée
---
scripts/qemu-binfmt-conf.sh | 16 ++--
1 file changed, 14 i