Skip to content

Commit 53a5824

Browse files
author
Junio C Hamano
committed
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'
2 parents bff898b + 681bfd5 commit 53a5824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui/git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4134,7 +4134,7 @@ proc do_gitk {revs} {
41344134
# -- Always start gitk through whatever we were loaded with. This
41354135
# lets us bypass using shell process on Windows systems.
41364136
#
4137-
set cmd [info nameofexecutable]
4137+
set cmd [list [info nameofexecutable]]
41384138
lappend cmd [gitexec gitk]
41394139
if {$revs ne {}} {
41404140
append cmd { }

0 commit comments

Comments
 (0)