Hi, On Wed, 19 Jun 2019, Jeff Hostetler via GitGitGadget wrote: > diff --git a/Makefile b/Makefile > index 3cf8cc8ffd..2b66d5a3f3 100644 > --- a/Makefile > +++ b/Makefile > @@ -1240,7 +1240,7 @@ endif > > ifdef SANE_TOOL_PATH > SANE_TOOL_PATH_SQ = $(subst ','\'',$(SANE_TOOL_PATH)) > -BROKEN_PATH_FIX = 's|^\# @@BROKEN_PATH_FIX@@$$|git_broken_path_fix "$(SANE_TOOL_PATH_SQ)"|' > +BROKEN_PATH_FIX = 's|^\# @@BROKEN_PATH_FIX@@$$|git_broken_path_fix $(SANE_TOOL_PATH_SQ)|' Aaargh! I totally managed to mess this split up. This line should *not* be touched by this patch. Will fix locally, in preparation for the next iteration. Sorry, Dscho