From 1d04f47ddcc46f37eca622ca5a343c7197115990 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 2 Sep 2016 12:56:57 +0200 Subject: [PATCH] tesh: actually pick the path to python3 that we have --- tools/tesh/tesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 7e1ace3a5e..c8a0d8a69c 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! @PYTHON_EXECUTABLE@ # -*- coding: utf-8 -*- """ -- 2.20.1