Ignore:
Timestamp:
2008-07-12T04:53:55+12:00 (16 years ago)
Author:
osborn
Message:

Minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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";
Note: See TracChangeset for help on using the changeset viewer.