11 lines
327 B
Plaintext
Raw Normal View History

2000-03-27 05:05:21 +00:00
--- tkcron.tcl.orig Tue Oct 10 09:56:00 1995
+++ tkcron.tcl Mon Mar 27 20:17:48 2000
1998-05-20 07:54:41 +00:00
@@ -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} {