# HG changeset patch # User William Roberts # Date 1280139675 -3600 # Node ID ec72eca27576c67b4cc6e7d4b6e1fb81ab8f655f # Parent 07a685bbdd3db0360d58dad2d60e5d626bb671da# Parent e4a1175ecbc05a3ee98d9d089e840c30b9f634a5 Merge in latest fix for rom_sbs.pl diff -r 07a685bbdd3d -r ec72eca27576 kernel/eka/rombuild/rom_sbs.pl --- a/kernel/eka/rombuild/rom_sbs.pl Mon Jul 26 11:09:46 2010 +0100 +++ b/kernel/eka/rombuild/rom_sbs.pl Mon Jul 26 11:21:15 2010 +0100 @@ -128,8 +128,8 @@ $Epoc32Path .= $EpocRoot . "epoc32"; $toolpath = "$Epoc32Path\\tools\\"; push @INC, $toolpath; - $BasePath = $toroot; - $BasePath =~ s/\\$/$e32path\\/; + $BasePath = "$toroot$e32path\\"; # Note: toroot may be empty! + $BasePath =~ s/\\\\/\\/g; # clean up path seaprators } use E32Plat;