From: Paul Hänsch Date: Wed, 27 Jan 2021 12:14:48 +0000 (+0100) Subject: bugfix: include listing of newer card files X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=95d54b303b170b855f367eec7731fb892ec40606 bugfix: include listing of newer card files --- 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" }