git am: Remove stray error message from sed
commit92f65e6ab6185aae241d1388b54429d171a9d0f5
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 2 Jun 2010 08:33:37 +0000 (2 10:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2010 16:53:45 +0000 (2 09:53 -0700)
treea0962096e5eeae540c33709ceff784de8ce79402
parentdc267b1ab4f8f6ac33c9145c3e24fe3a96f1394b
git am: Remove stray error message from sed

When --continue is invoked without any changes, the following stray
error message appears- sed: can't read $dotest/final-commit: No such
file or directory. Remove this by making sure that the file actually
exists.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh