pure-lang icon indicating copy to clipboard operation
pure-lang copied to clipboard

Get rid of `echo -n` in shell scripts

Open agraef opened this issue 9 years ago • 0 comments

As Ryan Schmidt pointed out, echo -n isn't standard, so we should replace instances of it in shell scripts by printf for better (POSIX) compatibility.

(Originally submitted 2015-10-28 as BB #40.)

agraef avatar Mar 27 '17 02:03 agraef