From 426e8a316ec0366f90fb8a94f4b494e9e5b72cc2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:11:28 +0200 Subject: [PATCH] don't hard-code the path to the python interpreter --- client-scripts/dyn-ns-client | 2 +- server-scripts/checkip | 2 +- server-scripts/update | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. # -- 2.30.2