зеркало из https://github.com/microsoft/git.git
check-builtins: strip executable suffix $X when enumerating builtins
On Windows, the builtin executable names are suffixed with $X. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
282616c72d
Коммит
8c1e9f40f9
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
cat <<\EOF
|
||||
sayIt:
|
||||
$(foreach b,$(BUILT_INS),echo XXX $b YYY;)
|
||||
$(foreach b,$(BUILT_INS),echo XXX $(b:$X=) YYY;)
|
||||
EOF
|
||||
cat Makefile
|
||||
} |
|
||||
|
|
Загрузка…
Ссылка в новой задаче