Package: devscripts Version: 2.14.10 Severity: wishlist
Please warn against \x escape sequences for printf(1). bash's printf supports them, but dash's doesn't:
$ bash -c 'printf "\x42\n"' B $ dash -c 'printf "\x42\n"' \x42 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org