提交 264f4a32 编写于 作者: S Shawn O. Pearce

git-gui: Include a space in Cygwin shortcut command lines

Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 6a5955fa
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册