зеркало из https://github.com/mozilla/pjs.git
Fixed my boneheaded syntax goofs.....
This commit is contained in:
Родитель
dcc157010e
Коммит
3c36adc7a8
|
@ -143,7 +143,7 @@ sub BuildDist()
|
|||
|
||||
my($distdirectory) = ":mozilla:dist";
|
||||
|
||||
if ($MOZ_FULLCIRCLE = 1)
|
||||
if ($main::MOZ_FULLCIRCLE = 1)
|
||||
{
|
||||
if ( $main::DEBUG )
|
||||
{
|
||||
|
@ -302,7 +302,7 @@ sub BuildDist()
|
|||
InstallFromManifest(":mozilla:editor:txmgr:public:MANIFEST", "$distdirectory:editor:txmgr");
|
||||
|
||||
#FULL CIRCLE
|
||||
if ($MOZ_FULLCIRCLE = 1)
|
||||
if ($main::MOZ_FULLCIRCLE = 1)
|
||||
{
|
||||
InstallFromManifest(":ns:fullsoft:public:MANIFEST", "$distdirectory");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче