projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5922446
)
git-gui: Use sh.exe in Cygwin shortcuts
author
Shawn O. Pearce
<spearce@spearce.org>
Mon, 9 Jul 2007 15:09:27 +0000
(11:09 -0400)
committer
Shawn O. Pearce
<spearce@spearce.org>
Tue, 10 Jul 2007 01:19:22 +0000
(21:19 -0400)
Because we are trying to execute /bin/sh we know it must be a real
Windows executable and thus ends with the standard .exe suffix.
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 7086162476089f31368caf3b303ef03153f8a125..26adb99821bec1c9eb75ee218bae8fdef34ebb96 100644
(file)
--- a/
lib/shortcut.tcl
+++ b/
lib/shortcut.tcl
@@
-54,7
+54,7
@@
proc do_cygwin_shortcut {} {
set sh [exec cygpath \
--windows \
--absolute \
- /bin/sh]
+ /bin/sh
.exe
]
set me [exec cygpath \
--unix \
--absolute \