Turn builtin_exec_path into a function.
commite479ea2f911b8c70a269ba59372a4fef90f8907c
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 11 Apr 2007 13:26:08 +0000 (11 15:26 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 11 Apr 2007 15:17:41 +0000 (11 17:17 +0200)
tree130ce729060c6a1fc843f1208cd126c5d504052d
parent70db4398cd3f4fb96b6100a28677d4f21116f19a
Turn builtin_exec_path into a function.

builtin_exec_path returns the hard-coded installation path, which is used
as the ultimate fallback to look for git commands. Making it into a function
enables us to return a computed value instead of just a constant string.
exec_cmd.c