Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Shawn O. Pearce
<spearce@spearce.org>
Tue, 11 Sep 2007 22:57:26 +0000
(18:57 -0400)
committer
Shawn O. Pearce
<spearce@spearce.org>
Tue, 11 Sep 2007 22:57:26 +0000
(18:57 -0400)
* maint:
git-gui: Don't delete send on Windows as it doesn't exist
git-gui.sh
patch
|
blob
|
history
raw
(from parent 1:
66c75a5
)
diff --git
a/git-gui.sh
b/git-gui.sh
index 36ba849cc85bc801662d26e6169b822368e8ef7f..afee777f1c0100f5606669d1a3372acb0a206b06 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-42,7
+42,7
@@
if {[catch {package require Tcl 8.4} err]
exit 1
}
-
rename send {
} ; # What an evil concept...
+
catch {rename send {}
} ; # What an evil concept...
######################################################################
##