Junio C Hamano escreveu: > Han-Wen Nienhuys <hanwen@xxxxxxxxx> writes: > >> And how about coding the path of git-sh-setup (in <prefix>/bin/git-sh-setup) >> in the shell scripts? This will ensure that the sh-setup is the one >> from the right package, but still retain backward compatibility for >> scripts. > > Hardcoding $(bin)/git-sh-setup is a non-starter; it breaks > GIT_EXEC_PATH convention to allow users to override it. > In other words, I do not know what real problem you are trying > to solve. The real problem is that git is nonstandard to wrap around: scripts like git-sh-setup need special attention, because they don't work with exec /some/where/else/git-sh-setup "$@" I admit is a small problem, but IMO that's not an argument not to solve it. -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html