summaryrefslogtreecommitdiff
path: root/lib/shortcut.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-07-09 15:10:26 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-07-10 01:19:22 (GMT)
commit264f4a32fa898a47e37ccb6f2580746d6f36453f (patch)
tree228d0589de373c1da59e8c120a7a280f005e6967 /lib/shortcut.tcl
parent6a5955fac3bd5a1369e73512b9606769f0c95e7c (diff)
downloadgit-264f4a32fa898a47e37ccb6f2580746d6f36453f.zip
git-264f4a32fa898a47e37ccb6f2580746d6f36453f.tar.gz
git-264f4a32fa898a47e37ccb6f2580746d6f36453f.tar.bz2
git-gui: Include a space in Cygwin shortcut command lines
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/shortcut.tcl')
-rw-r--r--lib/shortcut.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shortcut.tcl b/lib/shortcut.tcl
index 26adb99..c36be2f 100644
--- a/lib/shortcut.tcl
+++ b/lib/shortcut.tcl
@@ -68,7 +68,7 @@ proc do_cygwin_shortcut {} {
puts -nonewline $fd "@\"$sh\" --login -c \""
puts -nonewline $fd "GIT_DIR=[sq $gd]"
puts -nonewline $fd " [sq $me]"
- puts $fd "&\""
+ puts $fd " &\""
close $fd
} err]} {
error_popup "Cannot write script:\n\n$err"