mirror of
https://github.com/git/git.git
synced 2024-11-18 03:14:02 +01: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:
parent
6a5955fac3
commit
264f4a32fa
@ -68,7 +68,7 @@ proc do_cygwin_shortcut {} {
|
|||||||
puts -nonewline $fd "@\"$sh\" --login -c \""
|
puts -nonewline $fd "@\"$sh\" --login -c \""
|
||||||
puts -nonewline $fd "GIT_DIR=[sq $gd]"
|
puts -nonewline $fd "GIT_DIR=[sq $gd]"
|
||||||
puts -nonewline $fd " [sq $me]"
|
puts -nonewline $fd " [sq $me]"
|
||||||
puts $fd "&\""
|
puts $fd " &\""
|
||||||
close $fd
|
close $fd
|
||||||
} err]} {
|
} err]} {
|
||||||
error_popup "Cannot write script:\n\n$err"
|
error_popup "Cannot write script:\n\n$err"
|
||||||
|
Loading…
Reference in New Issue
Block a user