Changeset 1094 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
Sep 22, 2010, 7:04:25 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug when calling clean with no previous environment available (report by Josh)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Env.pm

    r1088 r1094  
    284284# return values in that case are useless
    285285#
     286return if ($action =~ /^clean$/);
     287
    286288if (($action =~ /^cms2/) || ($action =~ /^newver$/) || ($action =~ /pbinit/) || ($action =~ /^newproj$/) || ($action =~ /^announce/) || ($action =~ /^web/)) {
    287289
Note: See TracChangeset for help on using the changeset viewer.