Package: dnsmasq Version: 2.76-5 Followup-For: Bug #858506 Using awk seems to be more readable and it does not depend of whitespace
DNSMASQ_OPTS="$DNSMASQ_OPTS `awk -- '{ printf " --trust-anchor=.,%d,%d,%d,%s", $5, $6, $7, $8 }' $ROOT_DS`"
Package: dnsmasq Version: 2.76-5 Followup-For: Bug #858506 Using awk seems to be more readable and it does not depend of whitespace
DNSMASQ_OPTS="$DNSMASQ_OPTS `awk -- '{ printf " --trust-anchor=.,%d,%d,%d,%s", $5, $6, $7, $8 }' $ROOT_DS`"