diff options
Diffstat (limited to 'common-main.c')
-rw-r--r-- | common-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common-main.c b/common-main.c index 20e55ef7d7..3be5ad18e1 100644 --- a/common-main.c +++ b/common-main.c @@ -37,6 +37,8 @@ int main(int argc, char **av) */ sanitize_stdfds(); + git_setup_gettext(); + argv[0] = git_extract_argv0_path(argv[0]); restore_sigpipe_to_default(); |