mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
bin/tahoe: rename 'allmydata-tahoe' in some comments
This commit is contained in:
parent
dc573554c8
commit
f5a7eb0ad5
@ -7,8 +7,8 @@ import sys, os.path
|
|||||||
where = os.path.realpath(sys.argv[0]).split(os.sep)
|
where = os.path.realpath(sys.argv[0]).split(os.sep)
|
||||||
|
|
||||||
# look for Tahoe.home . Two cases:
|
# look for Tahoe.home . Two cases:
|
||||||
# ...(not BASE)/allmydata-tahoe
|
# ...(not BASE)/tahoe
|
||||||
# .../(BASE)/bin/allmydata-tahoe
|
# .../(BASE)/bin/tahoe
|
||||||
if len(where) >= 2 and where[-2] == "bin":
|
if len(where) >= 2 and where[-2] == "bin":
|
||||||
base = os.sep.join(where[:-2])
|
base = os.sep.join(where[:-2])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user