From: Ralf Jung Date: Thu, 18 Jun 2015 11:11:28 +0000 (+0200) Subject: don't hard-code the path to the python interpreter X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/commitdiff_plain/426e8a316ec0366f90fb8a94f4b494e9e5b72cc2 don't hard-code the path to the python interpreter --- diff --git a/client-scripts/dyn-ns-client b/client-scripts/dyn-ns-client index 35b0b2f..383c115 100755 --- a/client-scripts/dyn-ns-client +++ b/client-scripts/dyn-ns-client @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright (c) 2014, Ralf Jung # All rights reserved. # diff --git a/server-scripts/checkip b/server-scripts/checkip index 9ddbac2..d4eec23 100755 --- a/server-scripts/checkip +++ b/server-scripts/checkip @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # Copyright (c) 2014, Ralf Jung # All rights reserved. # diff --git a/server-scripts/update b/server-scripts/update index bd4ae83..a7535ce 100755 --- a/server-scripts/update +++ b/server-scripts/update @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # Copyright (c) 2014, Ralf Jung # All rights reserved. #