1
0
mirror of https://github.com/git/git.git synced 2024-09-30 09:01:24 +02:00

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

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2007-07-09 11:10:26 -04:00
parent 6a5955fac3
commit 264f4a32fa

@ -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"