mirror of
https://github.com/git/git.git
synced 2024-11-05 08:47:56 +01:00
Merge branch 'maint'
* maint: git-gui: Don't delete send on Windows as it doesn't exist
This commit is contained in:
commit
c8dd7f62e8
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
||||
######################################################################
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue