Menu

#4 Scoop.pm thinks "darwin"="windows"

open
nobody
5
2002-04-24
2002-04-24
Anonymous
No

I just ran sitescooper2.2.7 (not the latest, I know,
but I don't see any record of this bug fixed later) on
MacOsX. This bit in Scoop.pm,

if ($os=~/win/i) {
$os = 'Win32';

makes sitescooper think that I'm running Windows,
because $^O comes back with "darwin" on OsX. This
produces very bad results, because the path separator
is different. After fixing that, it ran fine!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB