summaryrefslogtreecommitdiff
path: root/x11/tkcron/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tkcron/patches/patch-aa')
-rw-r--r--x11/tkcron/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/tkcron/patches/patch-aa b/x11/tkcron/patches/patch-aa
new file mode 100644
index 00000000000..b6c4026ef5a
--- /dev/null
+++ b/x11/tkcron/patches/patch-aa
@@ -0,0 +1,11 @@
+--- tkcron.tcl Sat Aug 3 17:53:42 1996
++++ tkcron.tcl Sat Aug 3 17:52:03 1996
+@@ -281,6 +281,7 @@
+
+ # Return the crontab string as a list
+ proc parseCrontabFile {str} {
++ set result ""
+ set crontablist [split $str \n]
+ set listlength [llength $crontablist]
+ for {set i 0} {$i < $listlength} {incr i 1} {
+