projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5955f
)
git-gui: Include a space in Cygwin shortcut command lines
author
Shawn O. Pearce
<spearce@spearce.org>
Mon, 9 Jul 2007 15:10:26 +0000
(11:10 -0400)
committer
Shawn O. Pearce
<spearce@spearce.org>
Tue, 10 Jul 2007 01:19:22 +0000
(21:19 -0400)
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/shortcut.tcl
patch
|
blob
|
history
diff --git
a/lib/shortcut.tcl
b/lib/shortcut.tcl
index 26adb99821bec1c9eb75ee218bae8fdef34ebb96..c36be2f3cd29b4b0426c312536dca6f697593305 100644
(file)
--- 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"