don't hard-code the path to the python interpreter
authorRalf Jung <post@ralfj.de>
Thu, 18 Jun 2015 11:11:28 +0000 (13:11 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 18 Jun 2015 11:11:28 +0000 (13:11 +0200)
client-scripts/dyn-ns-client
server-scripts/checkip
server-scripts/update

index 35b0b2fcc9877b5627d93d33624cad51ae338daf..383c1150941dad94ce7f273b815f99738f2bf977 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # Copyright (c) 2014, Ralf Jung <post@ralfj.de>
 # All rights reserved.
 # 
index 9ddbac245981996326801486d71f3ff4703c6849..d4eec23488ba429ae5d4d6312c866e97a29f5a13 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 # Copyright (c) 2014, Ralf Jung <post@ralfj.de>
 # All rights reserved.
 # 
index bd4ae8362eb6964e6816dec491b82a6ad5af7f76..a7535cea84be8ecde2623f483b8d1fb358659f94 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 # Copyright (c) 2014, Ralf Jung <post@ralfj.de>
 # All rights reserved.
 #