зеркало из https://github.com/mozilla/gecko-dev.git
Fix script printing.
This commit is contained in:
Родитель
42c78be306
Коммит
3a97a1fd0f
|
@ -51,17 +51,15 @@ $default{MOZ_CO_DATE} = strftime("%d %b %Y %H:%M %Z",
|
|||
$default_objdir_fillin='@TOPSRCDIR@/obj-@CONFIG_GUESS@';
|
||||
$fillin{MOZ_OBJDIR} = $default_objdir_fillin;
|
||||
|
||||
|
||||
if ($query->param()) {
|
||||
&parse_params;
|
||||
|
||||
if ($query->param(preview) eq "1") {
|
||||
print "Content-type: text/html\n\n";
|
||||
&print_script_preview;
|
||||
exit 0;
|
||||
} elsif ($query->param(saveas) eq "1") {
|
||||
print "Content-type: text/saveas\n\n";
|
||||
&print_script;
|
||||
print print_script();
|
||||
exit 0;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче