# HG changeset patch # User Mike Kinghan # Date 1280148408 -3600 # Node ID 0cfe5abbc63319c1c2dc896fdb071f38be255ea0 # Parent 9143fc12f70899e69309353fad7cedadf7078d99# Parent ec72eca27576c67b4cc6e7d4b6e1fb81ab8f655f Merge latest fixes for rom_sbs.pl diff -r 9143fc12f708 -r 0cfe5abbc633 kernel/eka/rombuild/rom_sbs.pl --- a/kernel/eka/rombuild/rom_sbs.pl Mon Jul 26 13:44:21 2010 +0100 +++ b/kernel/eka/rombuild/rom_sbs.pl Mon Jul 26 13:46:48 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;