From: Ralf Jung Date: Thu, 18 Jun 2015 11:09:34 +0000 (+0200) Subject: don't hard-code the path to the python interpreter X-Git-Url: https://git.ralfj.de/zonemaker.git/commitdiff_plain/9aefb642e2410ed4d11f2ca94efd34f0c9e78f8b don't hard-code the path to the python interpreter --- diff --git a/zonemaker b/zonemaker index 01697f2..e308c95 100755 --- a/zonemaker +++ b/zonemaker @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright (c) 2014, Ralf Jung # All rights reserved. #