projects
/
schsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0f233bf
)
don't hard-code the path to the python interpreter
author
Ralf Jung
<post@ralfj.de>
Thu, 18 Jun 2015 11:10:11 +0000
(13:10 +0200)
committer
Ralf Jung
<post@ralfj.de>
Thu, 18 Jun 2015 11:10:11 +0000
(13:10 +0200)
schsh
patch
|
blob
|
history
diff --git
a/schsh
b/schsh
index 28d317d68b377921979b35ad28d275e85849f6cc..1a790bbb034cd64162fe2ed0786b589296297cd8 100755
(executable)
--- a/
schsh
+++ b/
schsh
@@
-1,4
+1,4
@@
-#!/usr/bin/python3
+#!/usr/bin/
env
python3
import logging, logging.handlers
import os, sys, shlex, pwd
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#