Fedict / eid-mw

eID Middleware (main repository)
GNU Lesser General Public License v3.0
198 stars 79 forks source link

use printf in Makefile #201

Closed linuxunderground closed 5 months ago

linuxunderground commented 5 months ago

echo -e is not defined by POSIX and varies by shell. Use printf instead for far more portable behaviour. See also : https://unix.stackexchange.com/questions/65803/why-is-printf-better-than-echo https://bugs.gentoo.org/751472