createtest small windows fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3487 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-06-18 05:22:10 +00:00
parent 51c51c0fda
commit 24192ab23c
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ for(my $i = 0;$i < scalar(@cmdList);$i++) {
close(NAMES);
if (! $merge) {
system("dsptool -m $name.lst -h $name");
print `dsptool -m $name.lst -h $name`;
open(NAMES, "$name.lst");
my @names = <NAMES>;
chomp @names;
@ -117,7 +117,7 @@ for(my $i = 0;$i < scalar(@cmdList);$i++) {
}
if ($merge) {
system("dsptool -m all.lst -h unite_test");
print `dsptool -m all.lst -h unite_test`;
open(NAMES, "all.lst");
my @names = <NAMES>;
chomp @names;