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


Ignore:
Timestamp:
Feb 16, 2009, 3:06:38 AM (15 years ago)
Author:
Bruno Cornec
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r686 r687  
    16261626
    16271627    # VE needs a good /proc
    1628     if ($vtype eq "vm") {
     1628    if ($vtype eq "ve") {
    16291629        print SCRIPT "sudo mount -t proc /proc /proc\n";
    16301630    }
     
    16591659    print SCRIPT "echo Building packages on $vtype...\n";
    16601660    print SCRIPT "pb $verbose -p $ENV{'PBPROJ'} build2pkg $p\n";
    1661     if ($vtype eq "vm") {
     1661    if ($vtype eq "ve") {
    16621662        print SCRIPT "sudo umount /proc\n";
    16631663    }
Note: See TracChangeset for help on using the changeset viewer.