Changeset 1349 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
Oct 26, 2011, 11:28:53 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4375@localhost: bruno | 2011-10-26 01:51:33 +0200

  • Fix minor typo in pb (copy paste at wrong place)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1348 r1349  
    20702070    my $create = shift || 0;        # By default do not create a VM/VE/RM
    20712071    my $snapme = shift || 0;        # By default do not snap a VM/VE/RM
    2072     my $usesnap = shift || 1;       # By default study the usage of the snapshot feature of VM/VE/RM    my $create = shift || 0;        # By default do not create a VM/VE/RM
    2073     my $snapme = shift || 0;        # By default do not snap a VM/VE/RM
    2074     my $usesnap = shift || 1;       # By default study the usage of the snapshot feature of VM/VE/RM
    2075 
     2072    my $usesnap = shift || 1;       # By default study the usage of the snapshot feature of VM/VE/RM   
    20762073
    20772074    # If creation or snapshot creation mode, no snapshot usable
Note: See TracChangeset for help on using the changeset viewer.