diff -r 68b921ce1944 -r 859da167ccfe tools/fshu.pm --- a/tools/fshu.pm Fri Jun 25 13:06:42 2010 +0100 +++ b/tools/fshu.pm Sun Jul 04 15:58:56 2010 +0100 @@ -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 {