git-gui: fix browsers [Up To Parent] in sub-sub-directories.
commit1ab862862fb985131ae081ddde4d8f8b7e23c17b
authorBert Wesarg <bert.wesarg@googlemail.com>
Fri, 19 Nov 2010 20:43:48 +0000 (19 21:43 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 22 Nov 2010 21:52:51 +0000 (22 21:52 +0000)
tree8b09d8a7247023c5852364fee23ee7eb28ed863b
parent4590307a338b1a4912c7a203c71af8b8995ea885
git-gui: fix browsers [Up To Parent] in sub-sub-directories.

browser_path used to end with a slash, so the regexp matches the empty string
and therefore removes nothing.

Fix this.

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/browser.tcl