| Issue 2: | Error message SURE.pl | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Uitvoer van sure.pl levert de volgende foutmelding op:
# ./sure.pl sureconfig.txt
perl sure-generate.plHASH(0x1242a0)20110526
sh: syntax error at line 1: `(' unexpected
|
This was fixed by changing $command = "perl ". $config->{'generation_process'} . $config . sprintf("%4d%.2d%.2d", $year, $month, $day) ; to the following: $command = "perl ". $config->{'generation_process'} . " " . sprintf("%4d%.2d%.2d", $year, $month, $day) ;