projects
/
git-mirror.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b00245b
)
don't hard-code the path to the python interpreter
author
Ralf Jung
<post@ralfj.de>
Thu, 18 Jun 2015 11:12:01 +0000
(13:12 +0200)
committer
Ralf Jung
<post@ralfj.de>
Thu, 18 Jun 2015 11:12:01 +0000
(13:12 +0200)
githook.py
patch
|
blob
|
history
webhook.py
patch
|
blob
|
history
diff --git
a/githook.py
b/githook.py
index 5dd849769ee30415fcf64017888a4b79251fc3cf..a503a470eee76de88b31c2c5442d139b47f1c441 100755
(executable)
--- a/
githook.py
+++ b/
githook.py
@@
-1,4
+1,4
@@
-#!/usr/bin/python3
+#!/usr/bin/
env
python3
# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
# All rights reserved.
#
# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
# All rights reserved.
#
diff --git
a/webhook.py
b/webhook.py
index d91a4aac3ed5774babfcacc81969d44307759638..6630c0df4bfc389125bd039432c44de6e55fee8e 100755
(executable)
--- a/
webhook.py
+++ b/
webhook.py
@@
-1,4
+1,4
@@
-#!/usr/bin/python3
+#!/usr/bin/
env
python3
# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
# All rights reserved.
#
# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
# All rights reserved.
#