Merge branch 'maint' of git://repo.or.cz/git-gui into maint

* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Allow spaces in path to 'wish'
This commit is contained in:
Junio C Hamano 2007-05-07 14:46:15 -07:00
Родитель bff898b894 681bfd59ce
Коммит 53a5824586
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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