[PATCH] D124280: [git-clang-format] Change run line from python to python3

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 22 10:46:57 PDT 2022


thakis created this revision.
thakis added a reviewer: MyDeveloperDay.
Herald added a project: All.
thakis requested review of this revision.

Several systems no longer ship `python`.


https://reviews.llvm.org/D124280

Files:
  clang/tools/clang-format/git-clang-format


Index: clang/tools/clang-format/git-clang-format
===================================================================
--- clang/tools/clang-format/git-clang-format
+++ clang/tools/clang-format/git-clang-format
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
 #


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124280.424533.patch
Type: text/x-patch
Size: 360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220422/a7273d07/attachment.bin>


More information about the cfe-commits mailing list