summaryrefslogtreecommitdiffstats
path: root/tools/patch-tool-mxe
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patch-tool-mxe')
-rwxr-xr-xtools/patch-tool-mxe7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe
index f7ae75c..a827710 100755
--- a/tools/patch-tool-mxe
+++ b/tools/patch-tool-mxe
@@ -94,7 +94,12 @@ function export_patch {
echo ''
echo 'Contains ad hoc patches for cross building.'
echo ''
- git format-patch --no-numbered -p --stdout dist..HEAD
+ git format-patch \
+ --no-numbered \
+ -p \
+ --no-signature \
+ --stdout \
+ dist..HEAD
) > $mxedir/src/${pkg}-${patch_name}.patch && \
echo "Generated ${mxedir}/src/${pkg}-${patch_name}.patch"
}