Turn builtin_exec_path into a function.
commit4ec22a48c0575c8a303cd00b5ef4b3d703fbf8b3
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 11 Apr 2007 13:26:08 +0000 (11 15:26 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 26 Jun 2008 06:45:12 +0000 (26 08:45 +0200)
treef45fefb4de03a12b29ee0898029138767e51c261
parentfc2ded5b08e071beed974117c0148781b1acc94a
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 in a follow-up patch to return a computed value instead of just
a constant string.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
exec_cmd.c