-
Marcus M. Darden authored
Prior to this change, the non-portable `echo -n` was used to list the offending files without a project identifier during `make identifier`. The proper way to do this is use printf. This resolves issue #1.
Marcus M. Darden authoredPrior to this change, the non-portable `echo -n` was used to list the offending files without a project identifier during `make identifier`. The proper way to do this is use printf. This resolves issue #1.