From 50953e9e4c7a810eeca4f4d68909d2dd1b4a53d3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 23 Jun 2021 08:52:34 +0200 Subject: [PATCH] debian/scripts: --output-dir is not recoginzed anymore, use --output-directory Signed-off-by: Thomas Lamprecht --- debian/scripts/export-patchqueue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/scripts/export-patchqueue b/debian/scripts/export-patchqueue index e319607..bc3cea8 100755 --- a/debian/scripts/export-patchqueue +++ b/debian/scripts/export-patchqueue @@ -26,8 +26,7 @@ git format-patch \ --zero-commit \ --no-signature \ --diff-algorithm=myers \ - --output-dir \ - "${top}/${kernel_patchdir}" \ + --output-directory="${top}/${kernel_patchdir}" \ "${base_ref}.." git checkout "${base_ref}"