diff options
Diffstat (limited to 'lib/about.tcl')
| -rw-r--r-- | lib/about.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/about.tcl b/lib/about.tcl index cfa50fca87..85f48709a7 100644 --- a/lib/about.tcl +++ b/lib/about.tcl @@ -44,7 +44,7 @@ proc do_about {} { set d {} append d "git wrapper: $::_git\n" - append d "git exec dir: [gitexec]\n" + append d "git exec dir: [git --exec-path]\n" append d "git-gui lib: $oguilib" paddedlabel $w.vers -text $v |
