X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=f43a75b04bf692b9ff6acaae0f6bbe51369aa399;hb=dbdc07fcbe3a951df8a3869b42edb6fffd466486;hp=1c13b1399185506dd11750fe7e8c1b989a0f3d0c;hpb=55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f;p=git.git diff --git a/git-am.sh b/git-am.sh index 1c13b1399..f43a75b04 100755 --- a/git-am.sh +++ b/git-am.sh @@ -201,7 +201,7 @@ check_patch_format () { l1= while test -z "$l1" do - read l1 + read l1 || break done read l2 read l3