mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-03 04:39:45 +00:00
bash and dash require for escape sequence to use 'echo -e' or printf
(but working on zsh). Choosing printf as it's implementation is IMHO
more portable than echo implementations.
dash also require to use \033[0; as escape sequence instead of \e[0;
NOTE: \e[0; kept in lib/color.c as it's not problematic for C code
(working when run ip on various shells).
Fixes:
|
||
|---|---|---|
| .. | ||
| iproute2 | ||
| lib | ||
| tests | ||
| tools | ||
| Makefile | ||