ports/misc/tkcron/files/patch-aa
Cy Schubert fa094e3d34 Re-import tkcron, a tk frontend to cron.
Feature safe:	yes
2012-04-07 16:33:05 +00:00

11 lines
323 B
Text

--- 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} {