From: Shawn O. Pearce Date: Mon, 9 Jul 2007 15:10:26 +0000 (-0400) Subject: git-gui: Include a space in Cygwin shortcut command lines X-Git-Tag: v1.5.3-rc1~16^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=264f4a32fa898a47e37ccb6f2580746d6f36453f;p=git.git 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 26adb9982..c36be2f3c 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"