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


Ignore:
Timestamp:
Apr 25, 2012, 1:47:22 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • pb_mkdir_p now returns the return value of mkpath
  • Do not point onto Cauldron anymore for Mageia chroots
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1484 r1486  
    37843784# If not mandatory return now
    37853785return() if (($res != 0) and (($mandatory eq "patch") || ($mandatory eq "src")));
    3786 opendir(DIR,"$dir") || die "Unable to open directory $dir";
     3786opendir(DIR,"$dir") || die "Unable to open directory $dir: $!";
    37873787foreach my $f (readdir(DIR)) {
    37883788    next if ($f =~ /^\./);
Note: See TracChangeset for help on using the changeset viewer.