mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
"echo", because there is at least one OS variant out there where the two buffer independently and cause the output to have lines out of order. The script had previously used "printf" because "echo -n" is not POSIX-compliant and so not necessarily universally compatible. The script was changed to use "printf" throughout.