Age | Commit message (Collapse) | Author |
|
The behavior with "\xAV" (where the second hex digit is invalid) is
different from the behavior with "\xVA", and echo and printf differ from
each other.
|
|
|
|
POSIX finally gave us a way to use echo in a portable way despite
differences of opinion about whether to default interpretation of escape
sequences to on or off: -e enables and -E disables (as already
implemented by busybox and coreutils).
http://austingroupbugs.net/view.php?id=1222
|
|
|
|
This test fails with mksh, but we're not here to test mksh.
|
|
|
|
and make ctrl-c kill "make test" more reliably.
|