bug fix by Guchun Zhang

This commit is contained in:
Hieu Hoang 2012-02-16 10:26:48 +07:00
parent d62f301345
commit 7f6f8a99f9

View File

@ -101,7 +101,8 @@ if ($numParallel > 1)
`$extractCmd`;
`$extractInvCmd`;
if (-e "$TMPDIR/extract.0.o")
my $numStr = NumStr(0);
if (-e "$TMPDIR/extract.$numStr.o")
{
`$extractOrderingCmd`;
}