X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-applymbox.sh;h=3efd6a746407bdc38ba9d251332427c508e5ee40;hb=d016a896d4a58a53dbb98cd85ebd033771413079;hp=2cbdc7eb3cc1c9843bd8877b39a194e677272260;hpb=5a27b3211a37ca283738c3f114e8123393d1518a;p=git.git diff --git a/git-applymbox.sh b/git-applymbox.sh index 2cbdc7eb3..3efd6a746 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -77,9 +77,9 @@ do *) git-mailinfo $keep_subject $utf8 \ .dotest/msg .dotest/patch <$i >.dotest/info || exit 1 - test -s $dotest/patch || { + test -s .dotest/patch || { echo "Patch is empty. Was is split wrong?" - stop_here $this + exit 1 } git-stripspace < .dotest/msg > .dotest/msg-clean ;;