Changeset 60 in ProjectBuilder


Ignore:
Timestamp:
Aug 30, 2007, 9:29:59 PM (17 years ago)
Author:
Bruno Cornec
Message:

bug on init script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r59 r60  
    242242        close(D);
    243243        # Prepare the dest directory for archive
    244         if (-x "$ENV{'PBCONF'}/$pbpkg/pbpkginit") {
     244        if (-x "$ENV{'PBCONF'}/$pbpkg/pbinit") {
    245245            pbsystem("cd $dest ; $ENV{'PBCONF'}/$pbpkg/pbinit","Executing init script $ENV{'PBCONF'}/$pbpkg/pbinit");
    246246        }
Note: See TracChangeset for help on using the changeset viewer.