Comment out quinq-size, until it is fixed. - annna - Annna the nice friendly bo… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9ce8155c86ebd8f947648f5aa5d8b7f1bb54c8ad | |
parent 2a09768e31bff1bc591be90423a6ce6076e77fd4 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 18 Oct 2022 14:29:22 +0200 | |
Comment out quinq-size, until it is fixed. | |
Diffstat: | |
M annna-add-hashtag | 10 +++++----- | |
1 file changed, 5 insertions(+), 5 deletions(-) | |
--- | |
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() { |