Commit 677334c6 authored by Vincent Driessen's avatar Vincent Driessen

Fix: put auto-detected Makefile path into a variable, but keep

GIT_EXEC_PATH overrideable via Makefile command arguments.
parent 6d74722d
GIT_EXEC_PATH=`git --exec-path 2>/dev/null || echo /usr/libexec/git-core` AUTO_DETECTED_GIT_EXEC_PATH := $(shell git --exec-path 2>/dev/null || echo /usr/libexec/git-core)
GIT_EXEC_PATH=$(AUTO_DETECTED_GIT_EXEC_PATH)
# files that need mode 755 # files that need mode 755
EXEC_FILES=git-flow EXEC_FILES=git-flow
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment