Changeset 1094


Ignore:
Timestamp:
09/22/10 19:04:25 (3 years ago)
Author:
bruno
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.