mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
Merge branch 'maint'
* maint: git-gui: Allow spaces in path to 'wish'
This commit is contained in:
commit
3f28f63f5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue