Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Junio C Hamano wrote: >> Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > >>> +echo() { >>> + printf '%s\n' "$*" >>> +} >> >> As long as we don't have "echo -n" and "echo -e", this should >> work, but... > > Yes, it’s ugly. And it could make for surprises in user scripts. The latter could be avoided with "s/echo/sane_echo/"; we do that already for grep don't we? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html