Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix flooding of regexp results. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 2f7c3e7bd9dbee632b85aa9809817bebfd0568cf
parent cfaf425956d95d71831803de6dbd0c8301045a62
Author: Annna Robert-Houdin <[email protected]>
Date: Thu, 28 Dec 2023 17:36:32 +0100
Fix flooding of regexp results.
Diffstat:
M annna-message-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -1306,7 +1306,7 @@ do
*)
esac
- if tagline="$(grep "${tag} " "${hashtagfile}")";
+ if tagline="$(grep "${tag} " "${hashtagfile}" | head -n 1)";
then
if [ $nospoil -eq 0 ];
then
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.