]> arthur.barton.de Git - bup.git/commit
cmd/help: earlier path.exedir() change made it not find manpages correctly.
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 1 Feb 2011 09:47:09 +0000 (01:47 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 1 Feb 2011 09:51:18 +0000 (01:51 -0800)
commit4fca320aa4b32417f71ebb92ab6e0211f96fc516
treed487b49f55f8e44eb1fb706b45b57a23570186b7
parente529cf13b5660cd64e10aac1dd35fac9811b27af
cmd/help: earlier path.exedir() change made it not find manpages correctly.

...when the binary wasn't actually installed.  Previously, it would use
sys.argv[0], which was the path to bup-help, but now it uses path.exedir(),
which has the path to bup, which is one directory up.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/help-cmd.py