fixup small buglet.

git-svn-id: file:///svn/unbound/trunk@1527 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-03-16 09:15:29 +00:00
parent 61135d1456
commit 116e9d9d8d
2 changed files with 4 additions and 1 deletions

View File

@ -115,7 +115,7 @@ $pgp_cmd --no-default-keyring --keyring $pgp_keyring_file \
# check for differences
val=1
if diff "$ub_ta_file" $tmpf; then
if diff "$ub_ta_file" $tmpf 2>/dev/null ; then
# echo "The interim trust anchor repository did not change."
:
else

View File

@ -1,3 +1,6 @@
16 March 2009: Wouter
- fixup diff error printout in contrib/update-itar.sh.
13 March 2009: Wouter
- doxygen and lex/yacc on linux.
- strip update-anchor on makedist -w.