diff options
author | Johannes Sixt <J.Sixt@eudaptics.com> | 2007-06-11 11:10:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-12 00:23:31 -0700 |
commit | d52fd42acd77613970dc8eef2c589fff6cc1e330 (patch) | |
tree | 54fcba29b717ff89d2848bb84115cff010167ac2 /templates | |
parent | 9354768ab7a349f0df7c8aa08e6fe98547882809 (diff) | |
download | git-d52fd42acd77613970dc8eef2c589fff6cc1e330.tar.gz |
Remove trailing slash from $(template_dir).
All the other directory location variables do not have the trailing
slash.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile b/templates/Makefile index b8352e731b..aaa39d30fa 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -7,7 +7,7 @@ endif INSTALL ?= install TAR ?= tar prefix ?= $(HOME) -template_dir ?= $(prefix)/share/git-core/templates/ +template_dir ?= $(prefix)/share/git-core/templates # DESTDIR= # Shell quote (do not use $(call) to accommodate ancient setups); |