tags 862252 + patch
thanks

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/parse-root-anchors.sh b/parse-root-anchors.sh
index 91e99f9..2f5f779 100755
--- a/parse-root-anchors.sh
+++ b/parse-root-anchors.sh
@@ -17,7 +17,7 @@ xml2 | while read KEY VAL; do
                echo "Missing some KeyDigest parameter"
                exit 1
            fi
-           echo "$ZONE\t$TTL\tIN\tDS\t$KTAG $ALGO $DTYPE $DIGEST"
+           printf "$ZONE\t$TTL\tIN\tDS\t$KTAG $ALGO $DTYPE $DIGEST\n"
            unset KTAG ALGO DTYPE DIGEST
            ;;
     esac

Reply via email to