提交 53a58245 编写于 作者: J Junio C Hamano

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'
...@@ -4134,7 +4134,7 @@ proc do_gitk {revs} { ...@@ -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 { }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册