mirror of
https://github.com/git/git.git
synced 2026-04-02 13:00:08 +02:00
Do not issue the warning about the fallback of the PREFIX.
It confuses gitk when it is browsing this repository on Windows.
This commit is contained in:
@@ -28,9 +28,10 @@ const char *system_path(const char *path)
|
||||
!(prefix = strip_path_suffix(argv0_path, BINDIR)) &&
|
||||
!(prefix = strip_path_suffix(argv0_path, "git"))) {
|
||||
prefix = PREFIX;
|
||||
fprintf(stderr, "RUNTIME_PREFIX requested, "
|
||||
"but prefix computation failed. "
|
||||
"Using static fallback '%s'.\n", prefix);
|
||||
/*
|
||||
* RUNTIME_PREFIX requested, but prefix computation failed.
|
||||
* Using static fallback.
|
||||
*/
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user