Changeset 2361 in ProjectBuilder
- Timestamp:
- Feb 25, 2019, 12:20:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r2360 r2361 229 229 if (defined $ambiguous_rel_files->{$d}) { 230 230 print STDERR "The key $d is considered as both unambiguous and ambigous.\n"; 231 print STDERR"Please fix your configuration file.\n"231 confess "Please fix your configuration file.\n" 232 232 } 233 233 if (-f "$r" && ! -l "$r") { … … 240 240 if (not defined ($nover->{$d})) { 241 241 print STDERR "Unable to find $d version in $r (non-ambiguous)\n"; 242 print STDERR"Please report to the maintainer bruno_at_project-builder.org\n";242 confess "Please report to the maintainer bruno_at_project-builder.org\n"; 243 243 } 244 244 $release = "unknown";
Note:
See TracChangeset
for help on using the changeset viewer.