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