fixed the vlist reading in the feed-based reader

This commit is contained in:
2022-07-30 03:02:57 +00:00
parent 9eda7a1208
commit 72b0da966f
4 changed files with 72 additions and 28 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
$@ 2>&1 | grep -Eq ^ERROR: && exit 1
$@ 2>&1 | grep -E ^ERROR: && exit 1
exit 0