[PATCH] makediff: make it work for fresh checkout

From
Cornelia Huck <>
Date
2023-03-02T12:29:00+00:00
ID
Thread
[PATCH] makediff: make it work for fresh checkout
On Thu, Mar 02 2023, "Michael S. Tsirkin" <> wrote:
> 1st time one checks out our repo, latexdiff submodule
> is not initialized. Pass --init to update command
> to initialize it. It seems to be harmless if already
> initialized.
>
> Signed-off-by: Michael S. Tsirkin <>
> ---
>  makediff.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Cornelia Huck <>