From 079098709ef1c3019ec809aab120c8af8cca266a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:12:52 +0200 Subject: [PATCH] don't hard-code the path to the python interpreter --- tls-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls-check b/tls-check index 8be067e..04c911f 100755 --- a/tls-check +++ b/tls-check @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess, sys, argparse, time, re from collections import OrderedDict, namedtuple from enum import Enum -- 2.30.2