greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16370

Show
Ignore:
Timestamp:
2008-07-12 04:53:55 (4 months ago)
Author:
osborn
Message:

Minor fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/bin/script/schedule.pl

    r16192 r16370  
    385385        else {  
    386386            if($os eq "windows") {  
    387                 print $nf "    system(\"more \"$gsdl\\\\etc\\\\cronlock.txt\" >\"$gsdl\\\\collect\\\\$colname\\\\log\\\\\$logfile\"\"\)\;\n"; 
     387                print $nf "    system(\"more \\\"$gsdl\\\\etc\\\\cronlock.txt\\\" >\\\"$gsdl\\\\collect\\\\$colname\\\\log\\\\\$logfile\\\"\"\)\;\n"; 
    388388            } else { 
    389389                print $nf "    system(\"more $gsdl/etc/cronlock/txt > $gsdl/collect/$colname/log/\$logfile \"\)\;\n";