From e1bd2a93ffe9e08f2a6b4ebfda92dfa186a4f1fd Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Tue, 26 Jan 2016 14:42:04 +0100 Subject: [PATCH] Makefile: use $(gitexecdir_SQ) consistently --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 494415a..f379c38 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ install: sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \ -e 's|@GIT_LATEXDIFF_VERSION@|$(GIT_LATEXDIFF_VERSION)|' \ $(SCRIPT) > '$(gitexecdir_SQ)/$(SCRIPT)' - chmod 755 '$(gitexecdir)/$(SCRIPT)' + chmod 755 '$(gitexecdir_SQ)/$(SCRIPT)'