Re: [PATCH 1/2] bootstrap: Require patch

2021-08-09 Thread Daniel Kiper
On Fri, Aug 06, 2021 at 08:45:07AM +0200, Petr Vorel wrote: > bootstrap.conf uses patch, let's require it. > > Better than multiple messages: > ./bootstrap.conf: line 84: patch: command not found > > Signed-off-by: Petr Vorel Reviewed-by: Daniel Kiper Daniel ___

[PATCH 1/2] bootstrap: Require patch

2021-08-05 Thread Petr Vorel
bootstrap.conf uses patch, let's require it. Better than multiple messages: ./bootstrap.conf: line 84: patch: command not found Signed-off-by: Petr Vorel --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 6b043fc35..0dd893c5c 100644 ---