Skip to content

Commit

Permalink
remove capture from match
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 4, 2012
1 parent a8dd597 commit 675a804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auto/byteorder.pm
Expand Up @@ -57,7 +57,7 @@ sub _evaluate_byteorder {
);
$self->set_result('little-endian');
}
elsif ( $byteorder =~ /^(8765|4321)/ ) {
elsif ( $byteorder =~ /^(?:8765|4321)/ ) {
$conf->data->set(
byteorder => $byteorder,
bigendian => 1
Expand Down

0 comments on commit 675a804

Please sign in to comment.