[Pkg-dns-devel] Bug#862252: dns-root-data: FTBFS if /bin/sh is bash

Chris Lamb lamby at debian.org
Wed May 10 13:31:28 UTC 2017


tags 862252 + patch
thanks

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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


More information about the pkg-dns-devel mailing list