diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-29 14:42:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:00:58 -0700 |
commit | a38989bd5bc850900667ae1b3c0cd43797b066f0 (patch) | |
tree | b62ec1f246e8ddc5d7117adc1863f35507893e8d /t/t0040-parse-options.sh | |
parent | Git 2.33.1 (diff) | |
download | tgif-a38989bd5bc850900667ae1b3c0cd43797b066f0.tar.xz |
unsetenv(3) returns int, not void
This compatilibity implementation has been returning a wrong type,
ever since 731043fd (Add compat/unsetenv.c ., 2006-01-25) added to
the system, yet nobody noticed it in the past 16 years, presumably
because no code checks failures in their unsetenv() calls. Sigh.
For now, make it always succeed.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0040-parse-options.sh')
0 files changed, 0 insertions, 0 deletions