diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-09-11 18:57:26 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-11 18:57:26 -0400 |
commit | c8dd7f62e8b335681099cdcec2b01aeaad646813 (patch) | |
tree | 50304c5a428ea21e67cf7e117ee0cd67b87421a1 | |
parent | git-gui: Localize commit/author dates when displaying them (diff) | |
parent | git-gui: Don't delete send on Windows as it doesn't exist (diff) | |
download | tgif-c8dd7f62e8b335681099cdcec2b01aeaad646813.tar.xz |
Merge branch 'maint'
* maint:
git-gui: Don't delete send on Windows as it doesn't exist
-rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh index 36ba849cc8..afee777f1c 100755 --- 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... ###################################################################### ## |