From 95d54b303b170b855f367eec7731fb892ec40606 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 27 Jan 2021 13:14:48 +0100 Subject: [PATCH] bugfix: include listing of newer card files --- cards/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cards/list.sh b/cards/list.sh index ab67fbd..77c96b0 100755 --- a/cards/list.sh +++ b/cards/list.sh @@ -149,7 +149,7 @@ filter_cards(){ printf '%s\n' "$cardfile" cat "$cardfile" done \ - | sed -nE ':X; /\nEND:VCARD\r?$/!{ N; bX; }; h; s;\n.*$;;; x; s;^[^\n]+\n;;; + | sed -nE ':X; /\nEND\;?:VCARD\r?$/!{ N; bX; }; h; s;\n.*$;;; x; s;^[^\n]+\n;;; '"$upcase""$fex" } -- 2.39.2