On 2013-10-11 22:08, Felipe Contreras wrote: > I'm fine with 'echo "warning: foo" >&2', but still, if you really > cared about consistency, there would be a warn() function
So add one! It's only one simple line:
warning() { printf %s\\n "warning: $*" >&2; }
So much discussion for something so trivial...
-Richard
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

