From 9aefb642e2410ed4d11f2ca94efd34f0c9e78f8b Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:09:34 +0200 Subject: [PATCH] don't hard-code the path to the python interpreter --- zonemaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- 2.30.2