mirror of
https://github.com/git/git.git
synced 2026-02-11 18:30:40 +00:00
squash! git-wrapper: support git.exe to be in a spaced dir
... and `gitk.exe`, too...
This commit is contained in:
@@ -347,7 +347,7 @@ int main(void)
|
||||
|
||||
/* set the default exe module */
|
||||
wcscpy(exe, exepath);
|
||||
wcscpy(buffer, exepath);
|
||||
swprintf(buffer, BUFSIZE, L"\"%s\"", exepath);
|
||||
PathAppend(exe, msystem_bin);
|
||||
PathAppend(exe, L"wish.exe");
|
||||
if (_waccess(exe, 0) != -1)
|
||||
|
||||
Reference in New Issue
Block a user