projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323cff5
)
bin/tahoe @python should always invoke the same Python that ran bin/tahoe.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 13 Oct 2014 17:47:23 +0000
(18:47 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 13 Oct 2014 17:50:01 +0000
(18:50 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
bin/tahoe-script.template
patch
|
blob
|
history
diff --git
a/bin/tahoe-script.template
b/bin/tahoe-script.template
index 3fb7efedf717f8af311ea39aa7bf0221e801f076..b088eaf6a32f736a232be60f9c420d4628d368dc 100644
(file)
--- a/
bin/tahoe-script.template
+++ b/
bin/tahoe-script.template
@@
-94,6
+94,8
@@
if len(args) >= 1 and args[0].startswith('@'):
prefix = [sys.executable]
else:
prefix = []
+ if runner == "python":
+ runner = sys.executable
def _subst(a):
if a == '@tahoe': return script