get back the old gitx_asskpasswd

This commit is contained in:
German Laullon
2011-05-08 19:51:40 -07:00
parent 3c3b9ad6e1
commit fb6abc7de7
2 changed files with 149 additions and 226 deletions
+2 -2
View File
@@ -68,8 +68,8 @@
if ([PBGitDefaults useAskPasswd]) {
// Make sure Git's SSH password requests get forwarded to our little UI tool:
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
setenv( "DISPLAY", "localhost:0", 1 );
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
setenv( "DISPLAY", "localhost:0", 1 );
}
[self registerServices];