Skip to content

Commit

Permalink
Merge branch 'nom' of github.com:rakudo/rakudo into nom
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 25, 2013
2 parents 593e9cf + 493505c commit dc59364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configure.pl
Expand Up @@ -59,8 +59,8 @@
for my $b (split /,\s*/, $options{backends}) {
$b = lc $b;
unless ($known_backends{$b}) {
die "Uknown backend '$b'; Supported backends are: ",
join(", ", sort keys %backends),
die "Unknown backend '$b'; Supported backends are: " .
join(", ", sort keys %known_backends) .
"\n";
}
$backends{$b} = 1;
Expand Down

0 comments on commit dc59364

Please sign in to comment.