Force the creation of the gitx clitool

This commit is contained in:
Pieter de Bie
2008-09-13 01:32:56 +02:00
parent 49a58c9d40
commit caf3b92e90
+1 -1
View File
@@ -63,7 +63,7 @@
if (toolPath) {
AuthorizationRef auth;
if (AuthorizationCreate(NULL, kAuthorizationEmptyEnvironment, kAuthorizationFlagDefaults, &auth) == errAuthorizationSuccess) {
char const* arguments[] = { "-s", [toolPath UTF8String], [installationPath UTF8String], NULL };
char const* arguments[] = { "-f", "-s", [toolPath UTF8String], [installationPath UTF8String], NULL };
char const* helperTool = "/bin/ln";
if (AuthorizationExecuteWithPrivileges(auth, helperTool, kAuthorizationFlagDefaults, (char**)arguments, NULL) == errAuthorizationSuccess) {
int status;