Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Execute check_embedded in build.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 9, 2016
1 parent bb818cf commit 521953d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@
-->
<target name="check.embedded" depends="extract.embedded">
<echo>Checking embedded certificates</echo>
<exec executable="perl" dir="${temp.dir}"
<exec executable="perl" dir="${build.dir}"
input="${temp.dir}/embedded.pem">
<arg value="${build.dir}/check_embedded.pl"/>
<arg value="-q"/>
Expand Down
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, 'expiry_whitelist.txt') || die "can't open certificate expiry whitelist";
while (<WL>) {
# fold lines
while (/^(.*)\\\s*$/) {
Expand Down

0 comments on commit 521953d

Please sign in to comment.