aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-05-02 12:45:31 -0400
committerShawn O. Pearce <spearce@spearce.org>2007-05-02 12:45:31 -0400
commit3f28f63f5a87c566ac471e04791daf3da20c67da (patch)
treea6a70c5ff1ec67f8ade79358eb4b1cf752e6311a
parentgit-gui: Correctly handle UTF-8 encoded commit messages (diff)
parentgit-gui: Allow spaces in path to 'wish' (diff)
downloadgit-3f28f63f5a87c566ac471e04791daf3da20c67da.tar.gz
git-3f28f63f5a87c566ac471e04791daf3da20c67da.zip
Merge branch 'maint'
* maint: git-gui: Allow spaces in path to 'wish'
-rwxr-xr-xgit-gui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh
index 3f41bd7243..0ad2815d10 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -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 { }