Changeset 1102 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Nov 10, 2010, 1:52:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r1071 r1102 180 180 ($release) = $tmp =~ m/$distro_match->{$d}/m; 181 181 } else { 182 print STDERR "Unable to find $d version in $r \n";182 print STDERR "Unable to find $d version in $r (non-ambiguous)\n"; 183 183 print STDERR "Please report to the maintainer bruno_at_project-builder.org\n"; 184 184 $release = "unknown"; … … 215 215 } 216 216 if ($found == 0) { 217 print STDERR "Unable to find $d version in $r \n";217 print STDERR "Unable to find $d version in $r (ambiguous)\n"; 218 218 print STDERR "Please report to the maintainer bruno_at_project-builder.org\n"; 219 219 $release = "unknown";
Note:
See TracChangeset
for help on using the changeset viewer.