Merge branch 'maint'
authorShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 16:45:31 +0000 (12:45 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 16:45:31 +0000 (12:45 -0400)
* maint:
git-gui: Allow spaces in path to 'wish'

git-gui.sh
index 3f41bd72433d41dca0f568ca263d470efe615144..0ad2815d1086d3843fbb093cc3d984aee4f63e3f 100755 (executable)
@@ -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 { }