Skip to content

Commit

Permalink
Fix operator precedence issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 9, 2016
1 parent 296f534 commit bb818cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#
# Load expiry whitelist.
#
open WL, '../build/expiry_whitelist.txt' || die "can't open certificate expiry whitelist";
open(WL, '../build/expiry_whitelist.txt') || die "can't open certificate expiry whitelist";
while (<WL>) {
# fold lines
while (/^(.*)\\\s*$/) {
Expand Down

0 comments on commit bb818cf

Please sign in to comment.