Skip to content

Commit

Permalink
git-gui: Include a space in Cygwin shortcut command lines
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Shawn O. Pearce committed Jul 10, 2007
1 parent 6a5955f commit 264f4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shortcut.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 264f4a3

Please sign in to comment.