Merge branch 'maint'
authorShawn O. Pearce <spearce@spearce.org>
Tue, 11 Sep 2007 22:57:26 +0000 (18:57 -0400)
committerShawn 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
index 36ba849cc85bc801662d26e6169b822368e8ef7f..afee777f1c0100f5606669d1a3372acb0a206b06 100755 (executable)
@@ -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...
 
 ######################################################################
 ##