69455 - enable noframes content when frames are disabled
r=heikki,sr=waterson,a=choffmann git-svn-id: svn://10.0.0.236/trunk@92885 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
use Cwd;
|
||||
|
||||
$path=`cd`;
|
||||
$path=~m/:/;
|
||||
$path=`pwd`;;
|
||||
|
||||
$path=~m/mozilla/;
|
||||
|
||||
$drive=$`;
|
||||
|
||||
@@ -17,14 +18,16 @@
|
||||
|
||||
if($ARGV[0] eq "-b") {
|
||||
foreach $input(<FILE_LIST>) {
|
||||
$input =~s/\n//g;
|
||||
@output=split(/\./,$input);
|
||||
system("$drive://mozilla//dist//WIN32_D.obj//bin//TestParser.exe $input $output[0].b");
|
||||
system("$drive\mozilla/dist/WIN32_D.obj/bin/TestParser.exe $input $output[0].b");
|
||||
}
|
||||
}
|
||||
elsif($ARGV[0] eq "-v") {
|
||||
foreach $input(<FILE_LIST>) {
|
||||
$input =~s/\n//g;
|
||||
@output=split(/\./,$input);
|
||||
system("$drive://mozilla//dist//WIN32_D.obj//bin//TestParser.exe $input $output[0].v");
|
||||
system("$drive\mozilla/dist/WIN32_D.obj/bin/TestParser.exe $input $output[0].v");
|
||||
system("fc $output[0].b $output[0].v");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user