Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Always disable the Tcl EOF character when reading
[gitweb.git]
/
lib
/
shortcut.tcl
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"