Alex Riesen <raa.lkml@xxxxxxxxx> writes: > Jonathan Nieder, Fri, Jun 27, 2008 22:10:01 +0200: >> -------- >> +[verse] >> +'PATH=$(git --exec-path):$PATH' >> '. git-parse-remote' > > You missed quoting. exec-path can contain whitespace. Do you understand shell quoting rules? $ foo='c d' $ foo=$(echo a b):$foo $ echo "$foo" a b:c d $ exit > What do you need exec-path in PATH for? When git-parse-remote is not installed in $(bindir) anymore, the shell script library won't be found on user's $PATH in general. -- 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