]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-gui.sh
Merge branch 'maint'
[thirdparty/git.git] / 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...
 
 ######################################################################
 ##