summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 03b3d2b0..7ea08570 100755
--- a/checkVersions
+++ b/checkVersions
@@ -747,6 +747,8 @@ then
fi | \
if [ "${pkgname}" == "conky-irc" ]; then
grep -v '\.999$'
+ elif [ "${pkgname}" == 'textmail' ]; then
+ grep -vx '[0-9]\{8\}'
else
cat
fi | \