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:
parent
51c51c0fda
commit
24192ab23c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue