Martin Langhoff <martin@catalyst.net.nz> writes: > fetch_progress() > { > - exec cg-Xfetchprogress "$_git_objects" > + exec ${COGITO_LIB}cg-Xfetchprogress "$_git_objects" > } I think somebody recently sent a patch to quote the variable so that you can have whitespace in it. So probably: exec "${COGITO_LIB}"cg-Xfetchprogress "$_git_objects" or even "${COGITO_LIB}/"cg-... - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Oct 25 07:12:52 2005
This archive was generated by hypermail 2.1.8 : 2005-10-25 07:12:56 EST