Browse Source

Merge branch 'maint'

* maint:
  git-gui: Allow spaces in path to 'wish'
maint
Shawn O. Pearce 18 years ago
parent
commit
3f28f63f5a
  1. 2
      git-gui.sh

2
git-gui.sh

@ -4143,7 +4143,7 @@ proc do_gitk {revs} { @@ -4143,7 +4143,7 @@ proc do_gitk {revs} {
# -- Always start gitk through whatever we were loaded with. This
# lets us bypass using shell process on Windows systems.
#
set cmd [info nameofexecutable]
set cmd [list [info nameofexecutable]]
lappend cmd [gitexec gitk]
if {$revs ne {}} {
append cmd { }

Loading…
Cancel
Save