Changeset 296 in ProjectBuilder for devel


Ignore:
Timestamp:
Jan 13, 2008, 11:03:41 PM (16 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix #9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r295 r296  
    663663    }
    664664    if (defined $vmopt->{$ENV{'PBPROJ'}}) {
    665         $ENV{'PBVMOPT'} .= " $vmopt->{$ENV{'PBPROJ'}}";
     665        $ENV{'PBVMOPT'} .= " $vmopt->{$ENV{'PBPROJ'}}" if ($ENV{'PBVMOPT'} !~ / $vmopt->{$ENV{'PBPROJ'}}/);
    666666    }
    667667    my $nport = $vmport->{$ENV{'PBPROJ'}};
Note: See TracChangeset for help on using the changeset viewer.