From d03fc13d3624c054fdd392f17f3dfad8c27d5e02 Mon Sep 17 00:00:00 2001 From: Thomas Stocker Date: Sat, 9 Aug 2025 22:38:37 +0200 Subject: [PATCH] Revert changes in Makefile.sync --- Makefile.sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.sync b/Makefile.sync index 167f6bba7..711667c98 100644 --- a/Makefile.sync +++ b/Makefile.sync @@ -39,7 +39,7 @@ PATCHED=$(join $(dir $(PATCHES)), $(addsuffix ed, $(addprefix ., $(notdir $(PATC apply-patches: $(PATCHED) llama/patches/.%.patched: llama/patches/%.patch - @if git -c commit.gpgSign=false -c user.name=nobody -c 'user.email=<>' -C $(WORKDIR) am -3 $(realpath $<); then touch $@; else git -C $(WORKDIR) am --abort; exit 1; fi + @if git -c user.name=nobody -c 'user.email=<>' -C $(WORKDIR) am -3 $(realpath $<); then touch $@; else git -C $(WORKDIR) am --abort; exit 1; fi .PHONY: checkout checkout: $(WORKDIR)