Merge branch 'maint'
* maint: git-gui: Don't delete send on Windows as it doesn't exist
This commit is contained in:
@ -42,7 +42,7 @@ if {[catch {package require Tcl 8.4} err]
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
rename send {} ; # What an evil concept...
|
catch {rename send {}} ; # What an evil concept...
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user