fixup! Git wrapper: allow overriding what executable is called

This commit is contained in:
Johannes Schindelin
2015-05-04 06:34:15 -07:00
parent 5294e722c6
commit dd07b7d2c3

View File

@@ -189,10 +189,7 @@ static int configure_via_resource(LPWSTR basename, LPWSTR exepath, LPWSTR exep,
return 0; /* no resources found */
fwprintf(stderr, L"Need a valid command-line; "
L"Copy %s to edit-res.exe and call\n"
L"\n\tedit-res.exe command %s "
L"\"<command-line>\"\n",
basename, basename);
L"Edit the string resources accordingly\n");
exit(1);
}