diff -r 4ab8c027df23 -r 6bb86f60191e tools/fshu.pm --- a/tools/fshu.pm Thu Jul 29 12:02:58 2010 +1000 +++ b/tools/fshu.pm Thu Jul 29 12:03:43 2010 +1000 @@ -124,6 +124,10 @@ mkpath($dir) or die "Couldn't make path \"$dir\": $!\n"; } } + if ($dir =~ /^\\epoc32/) { + # If it starts with \epoc32, chop the leading backslash and stick on $EPOCROOT + $dir =~ s/^\\/$ENV{EPOCROOT}/; + } } sub CopyFile {