Make mozilla.com able to run Firebird. b=209828, r=cls
This commit is contained in:
Родитель
c10a03ec6a
Коммит
2d2a115378
|
@ -2,14 +2,22 @@ $! Command file to run Mozilla.
|
|||
$! This command file must exist in the root Mozilla directory (where the main
|
||||
$! images and shareables reside).
|
||||
$!
|
||||
$ moz_self = f$envir("procedure")
|
||||
$ moz_dir = f$parse(moz_self,,,"device") + f$parse(moz_self,,,"directory")
|
||||
$!
|
||||
$ moz_user = f$edit(f$getjpi("","username"),"trim")
|
||||
$ moz_cwd = f$environment("default")
|
||||
$ moz_image = f$trnlnm("MOZILLA_IMAGE")
|
||||
$ if moz_image .eqs. "" then moz_image = "mozilla-bin"
|
||||
$ moz_image = f$edit(moz_image,"lowercase")
|
||||
$!
|
||||
$ moz_self = f$envir("procedure")
|
||||
$ moz_dir = f$parse(moz_self,,,"device") + f$parse(moz_self,,,"directory")
|
||||
$ if moz_image .eqs. ""
|
||||
$ then
|
||||
$ moz_image = f$search("''moz_dir'*-bin.;")
|
||||
$ if moz_image .nes. ""
|
||||
$ then
|
||||
$ moz_image = f$parse(moz_image,,,"name")
|
||||
$ else
|
||||
$ moz_image = "mozilla-bin"
|
||||
$ endif
|
||||
$ endif
|
||||
$!
|
||||
$ moz_gblpages_needed = (336 * 120/100)
|
||||
$ moz_gblsects_needed = (1 * 120/100)
|
||||
|
|
Загрузка…
Ссылка в новой задаче