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


Ignore:
Timestamp:
Apr 17, 2009, 8:22:13 PM (15 years ago)
Author:
Bruno Cornec
Message:

called an inexistant function pb_setup instead of pb_setup_v for VM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r761 r762  
    458458    pb_setup_v("ve");
    459459} elsif ($action =~ /^setupvm$/) {
    460     pb_setup("vm");
     460    pb_setup_v("vm");
    461461} elsif ($action =~ /^snapve$/) {
    462462    pb_snap_v("ve");
Note: See TracChangeset for help on using the changeset viewer.