X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=906f91f1884a2df1b55dd00a229899ec6a47bb6e;hb=bfabdfe2dd2c17a5eff2e41ad537f006376f744f;hp=64d8e2a64ddd2e6162e7a8fd93ab4294de3f161e;hpb=bba612300149bacd3d0643d13ffa66b49185d151;p=git.git diff --git a/git-am.sh b/git-am.sh index 64d8e2a64..906f91f18 100755 --- a/git-am.sh +++ b/git-am.sh @@ -202,7 +202,7 @@ check_patch_format () { l1= while test -z "$l1" do - read l1 + read l1 || break done read l2 read l3