Control: severity -1 normal Control: found -1 0.5.12-2 Control: found -1 0.5.12-9
On Sun, May 30, 2021 at 02:41:43AM +0200, Christoph Anton Mitterer wrote: > It would be nice if dash could support $'…' style strings as bash does. It is mandatory dash supports $'-escapes, because they are part of Issue 8 (POSIX.1-2024). Consult your PDFs' XCU, 2 Shell Command Language, 2.2 Quoting, 2.2.4 Dollar-Single-Quotes. Currently dash yields $ printf '%s\n' $'\123' $\123 But it must do $ printf '%s\n' $'\123' S Best,
signature.asc
Description: PGP signature

