mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 08:16:06 +00:00
[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:
parent
2a9d8caf29
commit
c3fa4b788f
@ -1 +1 @@
|
||||
py -3 git-clang-format %*
|
||||
py -3 %~pn0 %*
|
||||
|
Loading…
x
Reference in New Issue
Block a user