Last modified: 2005-04-10 19:53:04 UTC
In EasyTimeline.pl the line if ($OS =~ /win/i) in sub SetImageFormat matches "darwin", which is returned by OS X, assigning it Windows $fmt and $pathseparator but it should be the Linux ones. (Looking closer at the following lines it appears that $pathseparator doesn't get set at all if there's no OS detected)
Fixed in CVS HEAD, revision 1.13 $pathseparator is always set, because the else branch is always executed when the if-condition doesn't match.
Sorry that was my fault about the pathseparator. The issue is still: In EasyTimeline.pl the line if ($OS =~ /win/i) in sub SetImageFormat matches "darwin", which is returned by OS X, assigning it Windows $fmt and $pathseparator but it should be the Linux ones.
Bug has been fixed in CVS. See r1=1.12&r2=1.13">http://cvs.sourceforge.net/viewcvs.py/wikipedia/extensions/timeline/EasyTimeline.pl?r1=1.12&r2=1.13 Please reopen if you have checked the new version and problem still exists.