summaryrefslogtreecommitdiff
path: root/cad/linuxcnc-devel/files/patch-tcl_tooledit.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'cad/linuxcnc-devel/files/patch-tcl_tooledit.tcl')
-rw-r--r--cad/linuxcnc-devel/files/patch-tcl_tooledit.tcl25
1 files changed, 0 insertions, 25 deletions
diff --git a/cad/linuxcnc-devel/files/patch-tcl_tooledit.tcl b/cad/linuxcnc-devel/files/patch-tcl_tooledit.tcl
deleted file mode 100644
index 3a32f1a82ab4..000000000000
--- a/cad/linuxcnc-devel/files/patch-tcl_tooledit.tcl
+++ /dev/null
@@ -1,25 +0,0 @@
---- tcl/tooledit.tcl.orig 2016-06-25 02:19:12 UTC
-+++ tcl/tooledit.tcl
-@@ -1,4 +1,4 @@
--#!/usr/bin/wish
-+#!/usr/bin/env wish8.6
- #
- # Copyright: 2009-2012
- # Author: Dewey Garrett <dgarrett@panix.com>
-@@ -345,14 +345,14 @@ proc ::tooledit::watch {args} {
- switch $args {
- start {
- set ::te(mtime) $mtime
-- set ::te(md5sum) [eval exec md5sum $::te(filename)]
-+ set ::te(md5sum) [eval exec md5 $::te(filename)]
- }
- stop {return}
- default {
- if {$mtime > $::te(mtime)} {
- set ::te(mtime) $mtime
- set md5sum $::te(md5sum)
-- set ::te(md5sum) [eval exec md5sum $::te(filename)]
-+ set ::te(md5sum) [eval exec md5 $::te(filename)]
- # no message if file contents unchanged
- if {"$md5sum" != "$::te(md5sum)"} {
- ::tooledit::message changed