Change 'identifier' target to use printf instead of echo
echo -n
is not portable, and needs to be removed. Using printf
is the proper way to do this sort of thing.
echo -n
is not portable, and needs to be removed. Using printf
is the proper way to do this sort of thing.
changed the description
closed via commit d5e612f8