Changeset 1246


Ignore:
Timestamp:
2000-06-28T10:25:10+12:00 (24 years ago)
Author:
sjboddie
Message:

Now prevent "notbuilt" field from going in the build.cfg file unless it's
actually used. It was causing a bit of confusion when it didn't need to be.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/mgbuilder.pm

    r1243 r1246  
    667667    $build_cfg->{'languagemap'} = \@languagemap if scalar (@languagemap);
    668668
    669     $build_cfg->{'notbuilt'} = $self->{'notbuilt'};
     669    $build_cfg->{'notbuilt'} = $self->{'notbuilt'} if scalar @{$self->{'notbuilt'}};
    670670
    671671    # write out the build information
Note: See TracChangeset for help on using the changeset viewer.