[Lldb-commits] [PATCH] D76167: [lldb/Utils] Use PYTHON_EXECUTABLE to configurelldb-dotest's shebang

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 15 20:57:17 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2059d28bfd3c: [lldb/Utils] Use PYTHON_EXECUTABLE to configure lldb-dotest's shebang (authored by JDevlieghere).
Herald added a project: LLDB.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76167/new/

https://reviews.llvm.org/D76167

Files:
  lldb/utils/lldb-dotest/lldb-dotest.in


Index: lldb/utils/lldb-dotest/lldb-dotest.in
===================================================================
--- lldb/utils/lldb-dotest/lldb-dotest.in
+++ lldb/utils/lldb-dotest/lldb-dotest.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!@PYTHON_EXECUTABLE@
 import subprocess
 import sys
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76167.250459.patch
Type: text/x-patch
Size: 292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200316/b7d8b982/attachment.bin>


More information about the lldb-commits mailing list