From 264f4a32fa898a47e37ccb6f2580746d6f36453f Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 9 Jul 2007 11:10:26 -0400 Subject: git-gui: Include a space in Cygwin shortcut command lines Signed-off-by: Shawn O. Pearce 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" -- cgit v0.10.2-6-g49f6