don't hard-code the path to the python interpreter
authorRalf Jung <post@ralfj.de>
Thu, 18 Jun 2015 11:12:01 +0000 (13:12 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 18 Jun 2015 11:12:01 +0000 (13:12 +0200)
githook.py
webhook.py

index 5dd849769ee30415fcf64017888a4b79251fc3cf..a503a470eee76de88b31c2c5442d139b47f1c441 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # Copyright (c) 2015, Ralf Jung <post@ralfj.de>
 # All rights reserved.
 # 
index d91a4aac3ed5774babfcacc81969d44307759638..6630c0df4bfc389125bd039432c44de6e55fee8e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # Copyright (c) 2015, Ralf Jung <post@ralfj.de>
 # All rights reserved.
 #