git-gui: Allow spaces in path to 'wish'
commit681bfd59ce1a93a4492e11a480e438099f721294
authorShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 16:44:44 +0000 (2 12:44 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 16:44:44 +0000 (2 12:44 -0400)
tree9e466e8bb18c933b7c8c151f78f4863c8fca1cdc
parentf6f2aa39ef97cae03c71ecfecc334f0df60d7920
git-gui: Allow spaces in path to 'wish'

If the path of our wish executable that are running under
contains spaces we need to make sure they are escaped in
a proper Tcl list, otherwise we are unable to start gitk.

Reported by Randal L. Schwartz on #git.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh