Don't put \ at end of path

svn path=/branches/xmlbuildsystem/; revision=14722
This commit is contained in:
Casper Hornstrup
2005-04-20 20:48:55 +00:00
parent 40242e030f
commit 5c61988e18
@@ -2550,7 +2550,7 @@ MingwIsoModuleHandler::GenerateIsoModuleTarget ()
backend->outputDirectory );
string bootcdReactosNoFixup = bootcdDirectory + SSEP "reactos";
string bootcdReactos = PassThruCacheDirectory (
NormalizeFilename ( bootcdReactosNoFixup ) + SSEP,
NormalizeFilename ( bootcdReactosNoFixup + SSEP ),
backend->outputDirectory );
CLEAN_FILE ( bootcdReactos );
string reactosInf = PassThruCacheDirectory (