Reenable quinq-sizing after fixing it. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 5e436b58ac68a9a4e47d2afe00e249abbdd1c308
 (DIR) parent 86847ae6773e89df10708342179780fe08ffa7aa
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Tue, 18 Oct 2022 19:01:05 +0200
       
       Reenable quinq-sizing after fixing it.
       
       Diffstat:
         M annna-add-hashtag                   |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/annna-add-hashtag b/annna-add-hashtag
       @@ -307,11 +307,11 @@ processtag() {
                        ;;
                esac
        
       -        #tagfilenew="$(/br/bin/quinq-size "${tagfile}" </dev/null | sed 's/.* -> //')"
       -        #if [ $? -eq 0 ];
       -        #then
       -        #        mv "${tagfilenew}" "${tagfile}"
       -        #fi
       +        tagfilenew="$(/br/bin/quinq-size "${tagfile}" </dev/null | sed 's/.* -> //')"
       +        if [ $? -eq 0 ];
       +        then
       +                mv "${tagfilenew}" "${tagfile}"
       +        fi
        }
        
        inserttag() {