git-gui: Paper bag fix for Cygwin shortcut creation
authorShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 15:01:02 +0000 (11:01 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 10 Jul 2007 01:19:22 +0000 (21:19 -0400)
We cannot execute the git directory, it is not a valid Tcl command
name. Instead we just want to pass it as an argument to our sq
proc.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found