Skip to content

Commit

Permalink
- also accept RELEASE\d* for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jan 7, 2009
1 parent fec5bc5 commit 98edfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substitutedeps
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for my $l (@$xspec) {

if ($release) {
if ($l =~ /^Release:/i) {
if (!($l =~ s/<RELEASE>/$release/g)) {
if (!($l =~ s/<RELEASE\d*>/$release/g)) {
if ($l =~ /<(?:CI_CNT|B_CNT)>/) {
# XXX: should pass ci_cnt/b_cnt instead
if ($release =~ /(\d+)\.(\d+)$/) {
Expand Down

0 comments on commit 98edfe6

Please sign in to comment.