diff --git a/git-am.sh b/git-am.sh index ef7191e562..a499e147b0 100755 --- a/git-am.sh +++ b/git-am.sh @@ -176,7 +176,9 @@ It does not apply to blobs recorded in its index.")" } clean_abort () { - test $# = 0 || echo >&2 "$@" + test $# = 0 || cat >&2 <