Changeset 272 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Oct 31, 2007, 4:48:00 PM (16 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in build2vm where only the first parameter was taken in account, so we were only generating the first package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r268 r272  
    711711    print SCRIPT "# Build\n";
    712712    my $p = "";
    713     $p = $ARGV[0] if (defined $ARGV[0]);
     713    $p = join(' ',@ARGV) if (defined $ARGV[0]);
    714714    print SCRIPT "echo Building packages on VM...\n";
    715715    print SCRIPT "pb -p $ENV{'PBPROJ'} build2pkg $p\n";
Note: See TracChangeset for help on using the changeset viewer.