From: Brian Warner Date: Thu, 11 Oct 2007 10:39:29 +0000 (-0700) Subject: bin/tahoe: rename 'allmydata-tahoe' in some comments X-Git-Tag: allmydata-tahoe-0.6.1~39 X-Git-Url: https://git.rkrishnan.org/schema.xhtml?a=commitdiff_plain;h=f5a7eb0ad56778ad04f31d1aa98f58dbe60262e9;p=tahoe-lafs%2Ftahoe-lafs.git bin/tahoe: rename 'allmydata-tahoe' in some comments --- diff --git a/bin/tahoe b/bin/tahoe index d1506430..e18c8a81 100644 --- 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])