X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-applymbox.sh;h=4e77132ab5f73839241c430d6354d5abb8294d85;hb=e1b10391eabdaaa4c89c53099dd96d5f9d978719;hp=79abce2a258cd3c4f701f58328bba9b87a029efc;hpb=4ebe63dfe6f2a8c652ecd8dfe6ab8a77b6c82b2f;p=git.git diff --git a/git-applymbox.sh b/git-applymbox.sh index 79abce2a2..4e77132ab 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -42,7 +42,8 @@ case "$continue" in '') rm -rf .dotest mkdir .dotest - git-mailsplit "$1" .dotest || exit 1 + num_msgs=$(git-mailsplit "$1" .dotest) || exit 1 + echo "$num_msgs patch(es) to process." shift esac