]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup small buglet.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 16 Mar 2009 09:15:29 +0000 (09:15 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 16 Mar 2009 09:15:29 +0000 (09:15 +0000)
git-svn-id: file:///svn/unbound/trunk@1527 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/update-itar.sh
doc/Changelog

index ebe86de219345d4fb6ce705c8d31e5611fa911c3..6d1b4884780da93418e0fec600629e421972fdd7 100755 (executable)
@@ -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
index 5421ee8cc3395bd6ea49b8b7a7426acba185733d..0915e58e612a3a8bf85affe2ce8069b841332248 100644 (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.