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:
dc57355
)
bin/tahoe: rename 'allmydata-tahoe' in some comments
author
Brian Warner
<warner@lothar.com>
Thu, 11 Oct 2007 10:39:29 +0000
(
03:39
-0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 11 Oct 2007 10:39:29 +0000
(
03:39
-0700)
bin/tahoe
patch
|
blob
|
history
diff --git
a/bin/tahoe
b/bin/tahoe
index d15064300a363982b2e64c752051d67949b26b69..e18c8a81f60c3f0e047ac34ebd7b9b50cca933ef 100644
(file)
--- a/
bin/tahoe
+++ b/
bin/tahoe
@@
-7,8
+7,8
@@
import sys, os.path
where = os.path.realpath(sys.argv[0]).split(os.sep)
# look for Tahoe.home . Two cases:
-# ...(not BASE)/
allmydata-
tahoe
-# .../(BASE)/bin/
allmydata-
tahoe
+# ...(not BASE)/tahoe
+# .../(BASE)/bin/tahoe
if len(where) >= 2 and where[-2] == "bin":
base = os.sep.join(where[:-2])