[clang-format] Fix a bug in git-clang-format.bat (#75268)

Pass the fully-qualified path name (less the file extension) of
git-clang-format.bat to py so that it can be run from anywhere.

Fixes #75265.
This commit is contained in:
Owen Pan 2023-12-13 14:00:06 -08:00 committed by GitHub
parent 2a9d8caf29
commit c3fa4b788f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
py -3 git-clang-format %*
py -3 %~pn0 %*