Skip to content

Commit dd07b7d

Browse files
committed
fixup! Git wrapper: allow overriding what executable is called
1 parent 5294e72 commit dd07b7d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compat/win32/git-wrapper.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,7 @@ static int configure_via_resource(LPWSTR basename, LPWSTR exepath, LPWSTR exep,
189189
return 0; /* no resources found */
190190

191191
fwprintf(stderr, L"Need a valid command-line; "
192-
L"Copy %s to edit-res.exe and call\n"
193-
L"\n\tedit-res.exe command %s "
194-
L"\"<command-line>\"\n",
195-
basename, basename);
192+
L"Edit the string resources accordingly\n");
196193
exit(1);
197194
}
198195

0 commit comments

Comments
 (0)