X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=f43a75b04bf692b9ff6acaae0f6bbe51369aa399;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=1c13b1399185506dd11750fe7e8c1b989a0f3d0c;hpb=79587741cbed7704d2e7213c999cf2841af3000d;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