X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-am.sh;h=87ffae252b3f2ff88646d142ea9c2dfb38a28953;hb=c7f874e405a52f93d486094034d886fc140961c9;hp=1056075545ad3e5e42626d167c91c1deada6186b;hpb=ea5f75a64ae52590b06713d45d84de03ca109ccc;p=git.git diff --git a/git-am.sh b/git-am.sh index 105607554..87ffae252 100755 --- a/git-am.sh +++ b/git-am.sh @@ -740,7 +740,7 @@ do ;; esac - if test $apply_status = 1 && test "$threeway" = t + if test $apply_status != 0 && test "$threeway" = t then if (fall_back_3way) then