tFix typo in new progress in rpmasssend. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit d4a4d688ad438e13b84959b66abc4e1a04b94485
 (DIR) parent a6030e42c8a9f2b4324d20a00e297f764cc9b9f5
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 19 Jan 2020 12:17:04 +0100
       
       Fix typo in new progress in rpmasssend.
       
       Diffstat:
         bin/rpmasssend                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/rpmasssend b/bin/rpmasssend
       t@@ -72,7 +72,7 @@ do
                do
                        [ -z "${address}" ] && continue
        
       -                nowum=$(($nownum + 1))
       +                nownum=$(($nownum + 1))
                        printf "Sending to (%d/%d): %s\n" "${nownum}" "${totalnum}" "${address}"
                        {
                                printf "To: %s\n" "${address}"